*Really* fixed libxrandr.so name.
This commit is contained in:
parent
4302aef419
commit
5250b8b982
1 changed files with 1 additions and 1 deletions
|
@ -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