From: mental Date: Tue, 8 Jul 2008 03:23:25 +0000 (+0000) Subject: disable motion hints again X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6ec01bb77ff05b6048995ec4d9613ea9615df3a0;p=inkscape.git disable motion hints again --- 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;