mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 05:05:31 +00:00
Fixed libxrandr.so name.
This commit is contained in:
parent
1578d18666
commit
c8a80916d2
|
@ -1264,7 +1264,7 @@ XF86VidModeGetGammaRampSize(
|
|||
|
||||
#region Xrandr
|
||||
|
||||
const string XrandrLibrary = "libxrandr.so.2";
|
||||
const string XrandrLibrary = "libxrandr";
|
||||
|
||||
[DllImport(XrandrLibrary)]
|
||||
public static extern Bool XRRQueryExtension(Display dpy, ref int event_basep, ref int error_basep);
|
||||
|
|
Loading…
Reference in a new issue