GNOME Bugzilla – Bug 106210
gdk_event_copy broken fot xinput devices
Last modified: 2011-02-04 16:11:59 UTC
I tried to get gimp-1.3 working with my wacom using a build of gtk from cvs. I got crashes in when right clicking in in an image. I traced the crash down to a bug in gdk_event_copy I'm including the patch below. The gimp still does not work properly with the xinput devices, pointer grabs on popups don't work correctly, but I'llopen another bug for that.
Created attachment 14360 [details] [review] fix for the event crash (double free if event is copied)
Created attachment 14361 [details] [review] fix the previous patch to copy the motion.axes in the motion.axes case
Created attachment 14362 [details] [review] fix the patch yet again to copy motion.axes into the new_event not the orignal event
Looks fine to commit (gtk-2-2 and HEAD)
committed to head and gtk-2-2
*** Bug 91041 has been marked as a duplicate of this bug. ***