Method

MetaWindowget_work_area_for_monitor

Declaration [src]

void
meta_window_get_work_area_for_monitor (
  MetaWindow* window,
  int which_monitor,
  MetaRectangle* area
)

Description [src]

Get the work area for window, given the monitor index which_monitor.

Parameters

which_monitor int
 

A moniotr to get the work area for.

area MetaRectangle
 

A location to store the work area.

 The argument will be set by the function.
 The data is owned by the caller of the function.