From 4302aef41929af7d4381e21783311a39ff711ccf Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Fri, 25 Jan 2008 13:17:04 +0000 Subject: [PATCH] Fixed libxrandr.so name. --- Source/OpenTK/Platform/X11/API.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/Platform/X11/API.cs b/Source/OpenTK/Platform/X11/API.cs index 57b304c7..31adaab8 100644 --- a/Source/OpenTK/Platform/X11/API.cs +++ b/Source/OpenTK/Platform/X11/API.cs @@ -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);