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:
parent
c3624745ae
commit
47f1a8634b
@ -1,3 +1,12 @@
|
||||
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
|
||||
|
||||
2005-10-03 Elijah Newren <newren@gmail.com>
|
||||
|
||||
* configure.in: post-release version bump to 2.12.2
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user