meta_screen_append_new_workspace()

This commit is contained in:
Tomas Frydrych
2008-10-24 11:11:28 +01:00
parent d1635d13cb
commit b5ac24e9c1
2 changed files with 26 additions and 0 deletions

View File

@ -53,4 +53,8 @@ void meta_screen_remove_workspace (MetaScreen *screen,
MetaWorkspace *workspace,
guint32 timestamp);
MetaWorkspace *meta_screen_append_new_workspace (MetaScreen *screen,
gboolean activate,
guint32 timestamp);
#endif