Ensure that when a workspace is removed from the middle of the list, the

_NET_WM_DESKTOP props on windows on following workspaces are correctly set.
This commit is contained in:
Tomas Frydrych
2009-01-09 15:04:53 +00:00
parent d6b974ba15
commit 95fa3a3879
3 changed files with 31 additions and 0 deletions

View File

@ -72,4 +72,7 @@ void meta_workspace_activate (MetaWorkspace *workspace, guint32 timestamp);
void meta_workspace_activate_with_focus (MetaWorkspace *workspace,
MetaWindow *focus_this,
guint32 timestamp);
void meta_workspace_update_window_hints (MetaWorkspace *workspace);
#endif