GNOME Bugzilla – Bug 704279
wayland: Add API for disabling the event dispatching
Last modified: 2013-07-23 17:25: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()
Created attachment 249230 [details] [review] wayland: Add API for disabling the event dispatching
ebassi, do you have any review comments on this?
Review of attachment 249230 [details] [review]: looks good to me.
Attachment 249230 [details] pushed as a5e44d3 - wayland: Add API for disabling the event dispatching