mirror of https://github.com/GNOME/gimp.git
Bug 677375: tools do not strictly follow mouse...
pointer (missing motion events)
This commit is contained in:
parent
9514cf4871
commit
d5b6608ad4
|
@ -24,7 +24,6 @@
|
|||
|
||||
#define GIMP_CANVAS_EVENT_MASK (GDK_EXPOSURE_MASK | \
|
||||
GDK_POINTER_MOTION_MASK | \
|
||||
GDK_POINTER_MOTION_HINT_MASK | \
|
||||
GDK_BUTTON_PRESS_MASK | \
|
||||
GDK_BUTTON_RELEASE_MASK | \
|
||||
GDK_STRUCTURE_MASK | \
|
||||
|
|
Loading…
Reference in New Issue