summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 274f6d2)
raw | patch | inline | side by side (parent: 274f6d2)
author | mental <mental@users.sourceforge.net> | |
Tue, 8 Jul 2008 03:23:25 +0000 (03:23 +0000) | ||
committer | mental <mental@users.sourceforge.net> | |
Tue, 8 Jul 2008 03:23:25 +0000 (03:23 +0000) |
src/display/sp-canvas.cpp | patch | blob | history |
index b780927d8c472144380329e182a5cf2e1cddb694..314dbdb3c23ebb7140ed7d19a5f992c426bb190d 100644 (file)
// 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;