Exposed meta_screen_get_workspace_by_index.

This commit is contained in:
Tomas Frydrych
2008-11-03 10:03:58 +00:00
parent 685bbb2e64
commit a7a0a0300f
2 changed files with 4 additions and 3 deletions

View File

@ -46,4 +46,8 @@ void meta_screen_unset_cm_selection (MetaScreen *screen);
#endif
GList *meta_screen_get_workspaces (MetaScreen *screen);
MetaWorkspace* meta_screen_get_workspace_by_index (MetaScreen *screen,
int index);
#endif