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 704279 - wayland: Add API for disabling the event dispatching
wayland: Add API for disabling the event dispatching
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: wayland
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-15 17:42 UTC by Rob Bradford
Modified: 2013-07-23 17:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wayland: Add API for disabling the event dispatching (4.00 KB, patch)
2013-07-15 17:42 UTC, Rob Bradford
committed Details | Review

Description Rob Bradford 2013-07-15 17:42:07 UTC
This allows the integration of Clutter with another library, like GTK+,
that is dispatching the events itself. This is implemented by calling
into the cogl_wayland_renderer_set_event_dispatch_enabled() and since
that function must be called on the newly created renderer the newly
added clutter_wayland_disable_event_retrieval must be called before
clutter_init()
Comment 1 Rob Bradford 2013-07-15 17:42:09 UTC
Created attachment 249230 [details] [review]
wayland: Add API for disabling the event dispatching
Comment 2 Rob Bradford 2013-07-23 11:04:09 UTC
ebassi, do you have any review comments on this?
Comment 3 Emmanuele Bassi (:ebassi) 2013-07-23 11:09:22 UTC
Review of attachment 249230 [details] [review]:

looks good to me.
Comment 4 Rob Bradford 2013-07-23 17:25:04 UTC
Attachment 249230 [details] pushed as a5e44d3 - wayland: Add API for disabling the event dispatching