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

@@ -9482,13 +9482,6 @@ get_work_area_monitor (MetaWindow *window,
area->x, area->y, area->width, area->height);
}
/**
* meta_window_get_work_area_current_monitor:
* @window: a #MetaWindow
* @area: (out): a location to store the work area
*
* Get the work area for the monitor @window is currently on.
*/
void
meta_window_get_work_area_current_monitor (MetaWindow *window,
MetaRectangle *area)
@@ -9502,15 +9495,6 @@ meta_window_get_work_area_current_monitor (MetaWindow *window,
area);
}
/**
* meta_window_get_work_area_for_monitor:
* @window: a #MetaWindow
* @which_monitor: a moniotr to get the work area for
* @area: (out): a location to store the work area
*
* Get the work area for @window, given the monitor index
* @which_monitor.
*/
void
meta_window_get_work_area_for_monitor (MetaWindow *window,
int which_monitor,
@@ -9523,13 +9507,6 @@ meta_window_get_work_area_for_monitor (MetaWindow *window,
which_monitor);
}
/**
* meta_window_get_work_area_all_monitors:
* @window: a #MetaWindow
* @area: (out): a location to store the work area
*
* Get the work area for all monitors for @window.
*/
void
meta_window_get_work_area_all_monitors (MetaWindow *window,
MetaRectangle *area)