From 92d286c6b51f6ef363d35e3482792fddc8c3af7d Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 29 Sep 2010 15:08:05 +0200 Subject: client: Re-enable USE_XRANDR_1_2 This was disabled by mistake before. --- client/x11/platform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/x11/platform.cpp b/client/x11/platform.cpp index 65af063f..11334148 100644 --- a/client/x11/platform.cpp +++ b/client/x11/platform.cpp @@ -66,7 +66,7 @@ //#define X_DEBUG_SYNC(display) XSync(display, False) #define X_DEBUG_SYNC(display) #ifdef HAVE_XRANDR12 -//#define USE_XRANDR_1_2 +#define USE_XRANDR_1_2 #endif static Display* x_display = NULL; -- cgit