Method

MetaWindowget_frame_rect

Declaration [src]

void
meta_window_get_frame_rect (
  const MetaWindow* window,
  MetaRectangle* rect
)

Description [src]

Gets the rectangle that bounds window that is what the user thinks of as the edge of the window. This doesn’t include any extra reactive area that we or the client adds to the window, or any area that the client adds to draw a client-side shadow.

Parameters

rect MetaRectangle
 

Pointer to an allocated MetaRectangle.

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