diff --git a/src/core/window.c b/src/core/window.c index 6c1045456..47d05ba86 100644 --- a/src/core/window.c +++ b/src/core/window.c @@ -4691,6 +4691,13 @@ meta_window_get_geometry (MetaWindow *window, window->size_hints.height_inc; } +/** + * meta_window_get_outer_rect: + * @window: a #MetaWindow + * @rect: (out): pointer to an allocated #MetaRectangle + * + * Gets the rectangle that bounds @window and, if decorated, its decorations. + */ void meta_window_get_outer_rect (const MetaWindow *window, MetaRectangle *rect)