Code

disable motion hints again
authormental <mental@users.sourceforge.net>
Tue, 8 Jul 2008 02:43:34 +0000 (02:43 +0000)
committermental <mental@users.sourceforge.net>
Tue, 8 Jul 2008 02:43:34 +0000 (02:43 +0000)
src/display/sp-canvas.cpp

index 1ca08203d045fcb7cd2277e001a43390c0a8acd7..5c77d4948bae0fee964b92a02ff46391487c13d5 100644 (file)
@@ -45,7 +45,7 @@
 #include "display/inkscape-cairo.h"
 
 // GTK_CHECK_VERSION returns false on failure
-#define HAS_GDK_EVENT_REQUEST_MOTIONS GTK_CHECK_VERSION(2, 12, 0)
+#define HAS_GDK_EVENT_REQUEST_MOTIONS FALSE && GTK_CHECK_VERSION(2, 12, 0)
 
 // gtk_check_version returns non-NULL on failure
 static bool const HAS_BROKEN_MOTION_HINTS =