summaryrefslogtreecommitdiffstats
path: root/src/display
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2008-07-08 03:23:25 +0000
committermental <mental@users.sourceforge.net>2008-07-08 03:23:25 +0000
commit483eb5f5280b25e74a917c1f3351159bc846ecb5 (patch)
treefccecf308490fdca92a71ac67649bf5fddba3624 /src/display
parentI'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK (diff)
downloadinkscape-483eb5f5280b25e74a917c1f3351159bc846ecb5.tar.gz
inkscape-483eb5f5280b25e74a917c1f3351159bc846ecb5.zip
disable motion hints again
(bzr r6223)
Diffstat (limited to 'src/display')
-rw-r--r--src/display/sp-canvas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp
index b780927d8..314dbdb3c 100644
--- a/src/display/sp-canvas.cpp
+++ b/src/display/sp-canvas.cpp
@@ -49,7 +49,7 @@
// gtk_check_version returns non-NULL on failure
static bool const HAS_BROKEN_MOTION_HINTS =
- gtk_check_version(2, 12, 0) != NULL || !HAS_GDK_EVENT_REQUEST_MOTIONS;
+ TRUE || gtk_check_version(2, 12, 0) != NULL || !HAS_GDK_EVENT_REQUEST_MOTIONS;
// Define this to visualize the regions to be redrawn
//#define DEBUG_REDRAW 1;