mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 09:46:08 -05:00
workspace: Respect the not_this_one parameter passed in
In the case of focus-follows-mouse, we need to ensure that we do not select a certain window after closing another one. https://bugzilla.gnome.org/show_bug.cgi?id=675982
This commit is contained in:
parent
42261156ec
commit
e257580b94
@ -1312,7 +1312,7 @@ focus_ancestor_or_top_window (MetaWorkspace *workspace,
|
||||
|
||||
window = meta_stack_get_default_focus_window (workspace->screen->stack,
|
||||
workspace,
|
||||
NULL);
|
||||
not_this_one);
|
||||
|
||||
if (window)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user