[mutter/wayland] Be willing to unfocus the grab window when we are unmanaging it
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wayland] Be willing to unfocus the grab window when we are unmanaging it
- Date: Tue, 24 Dec 2013 16:38:20 +0000 (UTC)
commit a42305edaba81ccd01e4ef2634c40543d2517245
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Wed Dec 18 09:23:08 2013 -0500
Be willing to unfocus the grab window when we are unmanaging it
When we are unmanaging the grab window, we /need/ to unfocus it,
so we shouldn't bail out early from meta_window_focus().
https://bugzilla.gnome.org/show_bug.cgi?id=711618
src/core/window.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/core/window.c b/src/core/window.c
index 0f9e241..96d62bf 100644
--- a/src/core/window.c
+++ b/src/core/window.c
@@ -6291,7 +6291,8 @@ meta_window_focus (MetaWindow *window,
window->desc, window->input, window->take_focus);
if (window->display->grab_window &&
- window->display->grab_window->all_keys_grabbed)
+ window->display->grab_window->all_keys_grabbed &&
+ !window->display->grab_window->unmanaging)
{
meta_topic (META_DEBUG_FOCUS,
"Current focus window %s has global keygrab, not focusing window %s after all\n",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]