summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-09-29 15:08:05 +0200
committerAlexander Larsson <alexl@redhat.com>2010-09-29 15:08:05 +0200
commit92d286c6b51f6ef363d35e3482792fddc8c3af7d (patch)
tree6c25d04123124f829c9725d9618bf858a363645c /client
parentd8faf813e77996200cd3f4ce75031122c1936c2c (diff)
downloadspice-92d286c6b51f6ef363d35e3482792fddc8c3af7d.tar.gz
spice-92d286c6b51f6ef363d35e3482792fddc8c3af7d.tar.xz
spice-92d286c6b51f6ef363d35e3482792fddc8c3af7d.zip
client: Re-enable USE_XRANDR_1_2
This was disabled by mistake before.
Diffstat (limited to 'client')
-rw-r--r--client/x11/platform.cpp2
1 files changed, 1 insertions, 1 deletions
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;