From da1b7f4f835e7e6bcae855b5b31183e2debd0faa Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Wed, 14 Mar 2012 17:14:46 +0000 Subject: [PATCH] Don't pass on X events to Clutter The Mutter plugin manager has now been changed so that it itself will pass on the events through Clutter so there is no need to do this in Gnome Shell anymore. --- src/gnome-shell-plugin.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/gnome-shell-plugin.c b/src/gnome-shell-plugin.c index 3470637fa..782667286 100644 --- a/src/gnome-shell-plugin.c +++ b/src/gnome-shell-plugin.c @@ -386,10 +386,7 @@ gnome_shell_plugin_xevent_filter (MetaPlugin *plugin, /* * Pass the event to shell-global */ - if (_shell_global_check_xdnd_event (shell_plugin->global, xev)) - return TRUE; - - return clutter_x11_handle_event (xev) != CLUTTER_X11_FILTER_CONTINUE; + return _shell_global_check_xdnd_event (shell_plugin->global, xev); } static gboolean