diff options
| author | MenTaLguY <mental@rydia.net> | 2008-07-08 03:49:30 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2008-07-08 03:49:30 +0000 |
| commit | 80442143fd40d6f4caa7141ed1fea3f687e9ec0a (patch) | |
| tree | 45afc8e85ea8be902c1a017fe47b1a8e769ffdfc /src/display/sp-canvas.cpp | |
| parent | disable motion hints again (diff) | |
| download | inkscape-80442143fd40d6f4caa7141ed1fea3f687e9ec0a.tar.gz inkscape-80442143fd40d6f4caa7141ed1fea3f687e9ec0a.zip | |
False alarm; re-enable them
(bzr r6224)
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 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; |
