diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-09-29 15:08:05 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-09-29 15:08:05 +0200 |
commit | 92d286c6b51f6ef363d35e3482792fddc8c3af7d (patch) | |
tree | 6c25d04123124f829c9725d9618bf858a363645c /client | |
parent | d8faf813e77996200cd3f4ce75031122c1936c2c (diff) | |
download | spice-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.cpp | 2 |
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; |