diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-05-21 17:32:32 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-05-21 17:32:32 +0000 |
| commit | 24eb439099f2f7011d9008a9029b5678be352913 (patch) | |
| tree | 645ee5c1e57be3f4f24712f3add9cc64e133e2e2 /src/rect-context.cpp | |
| parent | require libsigc-2.0.11 on gcc-3 and 2.0.12 on gcc-4+ systems (diff) | |
| download | inkscape-24eb439099f2f7011d9008a9029b5678be352913.tar.gz inkscape-24eb439099f2f7011d9008a9029b5678be352913.zip | |
eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen with newer gtk versions
(bzr r919)
Diffstat (limited to 'src/rect-context.cpp')
| -rw-r--r-- | src/rect-context.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rect-context.cpp b/src/rect-context.cpp index a7a16fcad..96a3d4cf8 100644 --- a/src/rect-context.cpp +++ b/src/rect-context.cpp @@ -305,7 +305,6 @@ static gint sp_rect_context_root_handler(SPEventContext *event_context, GdkEvent ( GDK_KEY_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_POINTER_MOTION_MASK | - GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK ), NULL, event->button.time); ret = TRUE; |
