mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-10 15:17:32 +00:00
Fixed libxrandr.so name.
This commit is contained in:
parent
eb404886ac
commit
4302aef419
|
@ -1264,7 +1264,7 @@ XF86VidModeGetGammaRampSize(
|
||||||
|
|
||||||
#region Xrandr
|
#region Xrandr
|
||||||
|
|
||||||
const string XrandrLibrary = "libxrandr.so.2";
|
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