Revert "Make work_area calculation funcs public and introspectible"

This reverts commit d8058138ab.
This commit is contained in:
Jasper St. Pierre
2013-01-27 23:08:17 -05:00
parent f37dd25e92
commit 6f873be7fa
6 changed files with 16 additions and 43 deletions

View File

@@ -607,6 +607,14 @@ void meta_window_handle_mouse_grab_op_event (MetaWindow *window,
GList* meta_window_get_workspaces (MetaWindow *window);
void meta_window_get_work_area_current_monitor (MetaWindow *window,
MetaRectangle *area);
void meta_window_get_work_area_for_monitor (MetaWindow *window,
int which_monitor,
MetaRectangle *area);
void meta_window_get_work_area_all_monitors (MetaWindow *window,
MetaRectangle *area);
void meta_window_get_current_tile_area (MetaWindow *window,
MetaRectangle *tile_area);