mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-03 07:11:03 +00:00
*Really* fixed libxrandr.so name.
This commit is contained in:
parent
c8a80916d2
commit
49d3b00bf1
|
@ -1264,7 +1264,7 @@ XF86VidModeGetGammaRampSize(
|
|||
|
||||
#region Xrandr
|
||||
|
||||
const string XrandrLibrary = "libxrandr";
|
||||
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