From c46af91d542ce64b38a2b821b6de76088633bdfb Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Fri, 29 Nov 2013 09:12:16 +0100 Subject: [PATCH] window: Fix deprecated version of get_outer_rect (cherry picked from commit 59168b2c64565bf1c439a2f2a0bc4103839c3285) --- src/core/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/window.c b/src/core/window.c index d2c3ef73f..ba642dc73 100644 --- a/src/core/window.c +++ b/src/core/window.c @@ -6201,7 +6201,7 @@ meta_window_get_frame_rect (const MetaWindow *window, * area that we or the client adds to the window, or any area that the * client adds to draw a client-side shadow. * - * Deprecated: 3.10: Use meta_window_get_frame_rect() instead. + * Deprecated: 3.12: Use meta_window_get_frame_rect() instead. */ void meta_window_get_outer_rect (const MetaWindow *window,