Code

False alarm; re-enable them
authormental <mental@users.sourceforge.net>
Tue, 8 Jul 2008 03:49:30 +0000 (03:49 +0000)
committermental <mental@users.sourceforge.net>
Tue, 8 Jul 2008 03:49:30 +0000 (03:49 +0000)
src/display/sp-canvas.cpp

index 314dbdb3c23ebb7140ed7d19a5f992c426bb190d..b780927d8c472144380329e182a5cf2e1cddb694 100644 (file)
@@ -49,7 +49,7 @@
 
 // gtk_check_version returns non-NULL on failure
 static bool const HAS_BROKEN_MOTION_HINTS =
-  TRUE || gtk_check_version(2, 12, 0) != NULL || !HAS_GDK_EVENT_REQUEST_MOTIONS;
+  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;