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 707482 - MetaPluginManager: don't require plugins to pass events to clutter
MetaPluginManager: don't require plugins to pass events to clutter
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: wayland
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
wayland
Depends on:
Blocks:
 
 
Reported: 2013-09-04 16:25 UTC by Giovanni Campagna
Modified: 2013-09-10 15:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
MetaPluginManager: don't require plugins to pass events to clutter (1.53 KB, patch)
2013-09-04 16:25 UTC, Giovanni Campagna
none Details | Review
MetaPluginManager: don't require plugins to pass events to clutter (4.08 KB, patch)
2013-09-05 08:27 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2013-09-04 16:25:39 UTC
This was originally Neil's idea, but it's a short enough patch that
we should push it immediately.
Comment 1 Giovanni Campagna 2013-09-04 16:25:40 UTC
Created attachment 254107 [details] [review]
MetaPluginManager: don't require plugins to pass events to clutter

We don't want the shell to know if it's running on ClutterX11 or
not, so we should forward the event ourselves.
Comment 2 Giovanni Campagna 2013-09-05 08:27:03 UTC
Created attachment 254161 [details] [review]
MetaPluginManager: don't require plugins to pass events to clutter

We don't want the shell to know if it's running on ClutterX11 or
not, so we should forward the event ourselves.

Maybe not that short...
Comment 3 Jasper St. Pierre (not reading bugmail) 2013-09-10 14:06:50 UTC
Review of attachment 254161 [details] [review]:

OK.
Comment 4 Giovanni Campagna 2013-09-10 15:25:55 UTC
Attachment 254161 [details] pushed as ca6a1aa - MetaPluginManager: don't require plugins to pass events to clutter