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 708383 - ClutterEvent: preserve extended state across clutter_event_copy()
ClutterEvent: preserve extended state across clutter_event_copy()
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-09-19 15:09 UTC by Giovanni Campagna
Modified: 2013-09-19 16:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ClutterEvent: preserve extended state across clutter_event_copy() (1.19 KB, patch)
2013-09-19 15:09 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2013-09-19 15:09:21 UTC
We're going nowhere if we don't copy these, because the final
delivered event is a copy of the event generated by the backend.
Comment 1 Giovanni Campagna 2013-09-19 15:09:23 UTC
Created attachment 255309 [details] [review]
ClutterEvent: preserve extended state across clutter_event_copy()
Comment 2 Emmanuele Bassi (:ebassi) 2013-09-19 16:00:58 UTC
Review of attachment 255309 [details] [review]:

looks good.
Comment 3 Giovanni Campagna 2013-09-19 16:07:15 UTC
Attachment 255309 [details] pushed as 5c44a5e - ClutterEvent: preserve extended state across clutter_event_copy()