[mutter/wip/focus: 4/5] display: Don't grab the window actor's key focus
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/focus: 4/5] display: Don't grab the window actor's key focus
- Date: Wed, 26 Feb 2014 00:52:43 +0000 (UTC)
commit b310357511abaff9ffadaaa84def4147c2a4a587
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue Feb 25 19:20:45 2014 -0500
display: Don't grab the window actor's key focus
This breaks gnome-shell's actor tracking code.
src/core/display.c | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/src/core/display.c b/src/core/display.c
index a43a230..8132663 100644
--- a/src/core/display.c
+++ b/src/core/display.c
@@ -1787,19 +1787,9 @@ update_focus_window (MetaDisplay *display,
if (display->focus_window)
{
- ClutterActor *window_actor;
-
meta_topic (META_DEBUG_FOCUS, "* Focus --> %s with serial %lu\n",
display->focus_window->desc, serial);
meta_window_set_focused_internal (display->focus_window, TRUE);
-
- /* XXX -- this is sort of a layer violation, but because we
- * rely on the compositor for event delivery anyway, I don't
- * think it's too bad... */
-
- window_actor = CLUTTER_ACTOR (display->focus_window->compositor_private);
- if (window_actor)
- clutter_actor_grab_key_focus (window_actor);
}
else
meta_topic (META_DEBUG_FOCUS, "* Focus --> NULL with serial %lu\n", serial);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]