mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-05-02 16:36:34 +00:00
*Really* fixed libxrandr.so name.
This commit is contained in:
parent
4302aef419
commit
5250b8b982
|
@ -1264,7 +1264,7 @@ XF86VidModeGetGammaRampSize(
|
||||||
|
|
||||||
#region Xrandr
|
#region Xrandr
|
||||||
|
|
||||||
const string XrandrLibrary = "libxrandr";
|
const string XrandrLibrary = "libXrandr";
|
||||||
|
|
||||||
[DllImport(XrandrLibrary)]
|
[DllImport(XrandrLibrary)]
|
||||||
public static extern Bool XRRQueryExtension(Display dpy, ref int event_basep, ref int error_basep);
|
public static extern Bool XRRQueryExtension(Display dpy, ref int event_basep, ref int error_basep);
|
||||||
|
|
Loading…
Reference in a new issue