From d98dcfcd0f6878068e4f2b3fc67b91147585b188 Mon Sep 17 00:00:00 2001 From: Zhang Xianwei Date: Wed, 12 Dec 2018 21:19:11 +0800 Subject: mate-bg: Corrected some comments There are some incorrect comments in mate_bg_create_surface_scale. Fix them. Signed-off-by: Zhang Xianwei --- libmate-desktop/mate-bg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libmate-desktop') diff --git a/libmate-desktop/mate-bg.c b/libmate-desktop/mate-bg.c index 2a454b7..bb80cb8 100644 --- a/libmate-desktop/mate-bg.c +++ b/libmate-desktop/mate-bg.c @@ -1129,7 +1129,7 @@ mate_bg_get_pixmap_size (MateBG *bg, * @height: * @root: * - * Create a surface that can be set as background for @window. If @is_root is + * Create a surface that can be set as background for @window. If @root is * TRUE, the surface created will be created by a temporary X server connection * so that if someone calls XKillClient on it, it won't affect the application * who created it. @@ -1150,7 +1150,7 @@ mate_bg_create_surface (MateBG *bg, } /** - * mate_bg_create_surface: + * mate_bg_create_surface_scale: * @bg: MateBG * @window: * @width: @@ -1158,7 +1158,7 @@ mate_bg_create_surface (MateBG *bg, * @scale: * @root: * - * Create a scaled surface that can be set as background for @window. If @is_root is + * Create a scaled surface that can be set as background for @window. If @root is * TRUE, the surface created will be created by a temporary X server connection * so that if someone calls XKillClient on it, it won't affect the application * who created it. -- cgit v1.2.1