From: mental Date: Tue, 8 Jul 2008 03:49:30 +0000 (+0000) Subject: False alarm; re-enable them X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9c35f46aa9e05e2d91cf00dab1b10e0b9277ed74;p=inkscape.git False alarm; re-enable them --- diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index 314dbdb3c..b780927d8 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 = - 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;