Make work_area calculation funcs public and introspectible

https://bugzilla.gnome.org/show_bug.cgi?id=692679
This commit is contained in:
Jasper St. Pierre
2013-01-27 23:08:17 -05:00
parent ac49259fc7
commit d8058138ab
6 changed files with 43 additions and 16 deletions

View File

@ -86,10 +86,6 @@ void meta_workspace_relocate_windows (MetaWorkspace *workspace,
void meta_workspace_invalidate_work_area (MetaWorkspace *workspace);
void meta_workspace_get_work_area_for_monitor (MetaWorkspace *workspace,
int which_monitor,
MetaRectangle *area);
GList* meta_workspace_get_onscreen_region (MetaWorkspace *workspace);
GList* meta_workspace_get_onmonitor_region (MetaWorkspace *workspace,
int which_monitor);
@ -101,7 +97,3 @@ void meta_workspace_focus_default_window (MetaWorkspace *workspace,
const char* meta_workspace_get_name (MetaWorkspace *workspace);
#endif