[gnome-shell] Don't pass on X events to Clutter



commit 96588466d4c1c18b29a9bce7373c85d25013b8e8
Author: Neil Roberts <neil linux intel com>
Date:   Wed Mar 14 17:14:46 2012 +0000

    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.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707467

 src/gnome-shell-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-shell-plugin.c b/src/gnome-shell-plugin.c
index 41dce90..dbbc967 100644
--- a/src/gnome-shell-plugin.c
+++ b/src/gnome-shell-plugin.c
@@ -350,7 +350,7 @@ gnome_shell_plugin_xevent_filter (MetaPlugin *plugin,
   if (_shell_global_check_xdnd_event (shell_plugin->global, xev))
     return TRUE;
 
-  return clutter_x11_handle_event (xev) != CLUTTER_X11_FILTER_CONTINUE;
+  return FALSE;
 }
 
 static gboolean


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]