diff options
| author | MenTaLguY <mental@rydia.net> | 2008-07-08 02:43:34 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2008-07-08 02:43:34 +0000 |
| commit | 3429458a2b0de1b738bd4fb98b2fc7d71c3f27e7 (patch) | |
| tree | 218ee3fe84f2c797aba5d20078add7478d1bc137 /src/display/sp-canvas.cpp | |
| parent | enable motion hints for non-freehand actions (diff) | |
| download | inkscape-3429458a2b0de1b738bd4fb98b2fc7d71c3f27e7.tar.gz inkscape-3429458a2b0de1b738bd4fb98b2fc7d71c3f27e7.zip | |
disable motion hints again
(bzr r6221)
Diffstat (limited to 'src/display/sp-canvas.cpp')
| -rw-r--r-- | src/display/sp-canvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |
