*Really* fixed libxrandr.so name.

This commit is contained in:
the_fiddler 2008-01-25 13:21:20 +00:00
parent 4302aef419
commit 5250b8b982

View file

@ -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);