mirror of
https://github.com/brl/mutter.git
synced 2025-07-24 02:18:02 +00:00
Patch from Björn Lindqvist to have ancestors come along with the
2005-10-03 Elijah Newren <newren@gmail.com> Patch from Björn Lindqvist to have ancestors come along with the transient when moving the window from one workspace to another. Fixes #314977. * src/window.c (meta_window_change_workspace): have all ancestors change workspaces too
This commit is contained in:

committed by
Elijah Newren

parent
c3624745ae
commit
47f1a8634b
@@ -3628,6 +3628,8 @@ meta_window_change_workspace (MetaWindow *window,
|
||||
|
||||
meta_window_foreach_transient (window, change_workspace_foreach,
|
||||
workspace);
|
||||
meta_window_foreach_ancestor (window, change_workspace_foreach,
|
||||
workspace);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user