Skip to content

Commit d98dcfc

Browse files
zhangxianwei8lukefromdc
authored andcommitted
mate-bg: Corrected some comments
There are some incorrect comments in mate_bg_create_surface_scale. Fix them. Signed-off-by: Zhang Xianwei <zhang.xianwei8@zte.com.cn>
1 parent 6ca78f0 commit d98dcfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libmate-desktop/mate-bg.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ mate_bg_get_pixmap_size (MateBG *bg,
11291129
* @height:
11301130
* @root:
11311131
*
1132-
* Create a surface that can be set as background for @window. If @is_root is
1132+
* Create a surface that can be set as background for @window. If @root is
11331133
* TRUE, the surface created will be created by a temporary X server connection
11341134
* so that if someone calls XKillClient on it, it won't affect the application
11351135
* who created it.
@@ -1150,15 +1150,15 @@ mate_bg_create_surface (MateBG *bg,
11501150
}
11511151

11521152
/**
1153-
* mate_bg_create_surface:
1153+
* mate_bg_create_surface_scale:
11541154
* @bg: MateBG
11551155
* @window:
11561156
* @width:
11571157
* @height:
11581158
* @scale:
11591159
* @root:
11601160
*
1161-
* Create a scaled surface that can be set as background for @window. If @is_root is
1161+
* Create a scaled surface that can be set as background for @window. If @root is
11621162
* TRUE, the surface created will be created by a temporary X server connection
11631163
* so that if someone calls XKillClient on it, it won't affect the application
11641164
* who created it.

0 commit comments

Comments
 (0)