Method

MetaWindowget_frame_bounds

Declaration [src]

cairo_region_t*
meta_window_get_frame_bounds (
  MetaWindow* window
)

Description [src]

Gets a region representing the outer bounds of the window’s frame.

Return value

Returns: cairo_region_t*
 

A #cairo_region_t holding the outer bounds of the window, or NULL if the window doesn’t have a frame.

 The data is owned by the instance.
 The return value can be NULL.