Philip Brown <phil@xxxxxxxxxxxx> writes: > Well, I commented out the pointer_grab/ungrab in > paint_core_button_press() and release() > > in app/paint_core.c (gimp 1.2.3) > > and that makes my tablet work. > > > I literally only have a few minutes every other day to poke at this, so I > dont really have a chance to fully examine the code, and find out what a > "proper" patch is. > > Could someone who is more intimately familiar with gimp internals > (and has a tablet :-) please look into this? > > I am guessing that all you have to do is take OUT the > 'AlwaysCore' hack for the wacom tablet, and you will see the same problems. Hi, this seems related to http://bugzilla.gnome.org/show_bug.cgi?id=6901 Did you try to remove just the GDK_POINTER_MOTION_HINT_MASK? XInput drivers are known to send wrong motion hints so this may well be the reason for your problem. (Checking "Perfect but slow Pointer Tracking" in preferences does the same without patching the source, but will work only for the paint tools) ciao, --mitch