Code

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

index b780927d8c472144380329e182a5cf2e1cddb694..314dbdb3c23ebb7140ed7d19a5f992c426bb190d 100644 (file)
@@ -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;