mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 23:46:33 -05:00
workspace: Don't try to move O-R windows when relocating workspaces
All we'll get for it is spam.
This commit is contained in:
parent
8f757c7b80
commit
e1acb69cf1
@ -357,7 +357,9 @@ meta_workspace_relocate_windows (MetaWorkspace *workspace,
|
|||||||
for (l = copy; l != NULL; l = l->next)
|
for (l = copy; l != NULL; l = l->next)
|
||||||
{
|
{
|
||||||
MetaWindow *window = l->data;
|
MetaWindow *window = l->data;
|
||||||
meta_window_change_workspace (window, new_home);
|
|
||||||
|
if (!window->override_redirect)
|
||||||
|
meta_window_change_workspace (window, new_home);
|
||||||
}
|
}
|
||||||
|
|
||||||
g_list_free (copy);
|
g_list_free (copy);
|
||||||
|
Loading…
Reference in New Issue
Block a user