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:
Elijah Newren 2005-10-03 19:00:01 +00:00 committed by Elijah Newren
parent c3624745ae
commit 47f1a8634b
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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