After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 106210 - gdk_event_copy broken fot xinput devices
gdk_event_copy broken fot xinput devices
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 91041 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-02-16 01:53 UTC by Larry Ewing
Modified: 2011-02-04 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix for the event crash (double free if event is copied) (1.39 KB, patch)
2003-02-16 01:54 UTC, Larry Ewing
none Details | Review
fix the previous patch to copy the motion.axes in the motion.axes case (1.40 KB, patch)
2003-02-16 02:00 UTC, Larry Ewing
none Details | Review
fix the patch yet again to copy motion.axes into the new_event not the orignal event (1.40 KB, patch)
2003-02-16 02:03 UTC, Larry Ewing
none Details | Review

Description Larry Ewing 2003-02-16 01:53:25 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.
Comment 1 Larry Ewing 2003-02-16 01:54:30 UTC
Created attachment 14360 [details] [review]
fix for the event crash (double free if event is copied)
Comment 2 Larry Ewing 2003-02-16 02:00:55 UTC
Created attachment 14361 [details] [review]
fix the previous patch to copy the motion.axes in the motion.axes case
Comment 3 Larry Ewing 2003-02-16 02:03:27 UTC
Created attachment 14362 [details] [review]
fix the patch yet again to copy motion.axes into the new_event not the orignal event
Comment 4 Owen Taylor 2003-02-17 16:26:27 UTC
Looks fine to commit (gtk-2-2 and HEAD)
Comment 5 Larry Ewing 2003-02-18 20:10:57 UTC
committed to head and gtk-2-2
Comment 6 Owen Taylor 2003-03-02 16:53:54 UTC
*** Bug 91041 has been marked as a duplicate of this bug. ***