meta_screen_remove_workspace()

This commit is contained in:
Tomas Frydrych
2008-10-24 11:03:43 +01:00
parent f80e39e2ca
commit d1635d13cb
2 changed files with 47 additions and 0 deletions

View File

@ -49,5 +49,8 @@ GList *meta_screen_get_workspaces (MetaScreen *screen);
MetaWorkspace* meta_screen_get_workspace_by_index (MetaScreen *screen,
int index);
void meta_screen_remove_workspace (MetaScreen *screen,
MetaWorkspace *workspace,
guint32 timestamp);
#endif