Method

MetaWorkspaceget_work_area_for_monitor

Declaration [src]

void
meta_workspace_get_work_area_for_monitor (
  MetaWorkspace* workspace,
  int which_monitor,
  MetaRectangle* area
)

Description [src]

Stores the work area for which_monitor on workspace in area.

Parameters

which_monitor int
 

A monitor index.

area MetaRectangle
 

Location to store the work area.

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