From: mental Date: Tue, 8 Jul 2008 02:43:34 +0000 (+0000) Subject: disable motion hints again X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=01bb3712f3a4e6bf20dd4e7a1838363678a7a771;p=inkscape.git disable motion hints again --- diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index 1ca08203d..5c77d4948 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -45,7 +45,7 @@ #include "display/inkscape-cairo.h" // GTK_CHECK_VERSION returns false on failure -#define HAS_GDK_EVENT_REQUEST_MOTIONS GTK_CHECK_VERSION(2, 12, 0) +#define HAS_GDK_EVENT_REQUEST_MOTIONS FALSE && GTK_CHECK_VERSION(2, 12, 0) // gtk_check_version returns non-NULL on failure static bool const HAS_BROKEN_MOTION_HINTS =