summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Xianwei <[email protected]>2018-12-12 21:19:11 +0800
committerlukefromdc <[email protected]>2018-12-12 22:32:28 +0000
commitd98dcfcd0f6878068e4f2b3fc67b91147585b188 (patch)
treefce01fa65db9042b8e6cc6cea3a5dd1697035363
parent6ca78f07af286c0ca735b605d128c7203039af93 (diff)
downloadmate-desktop-d98dcfcd0f6878068e4f2b3fc67b91147585b188.tar.bz2
mate-desktop-d98dcfcd0f6878068e4f2b3fc67b91147585b188.tar.xz
mate-bg: Corrected some comments
There are some incorrect comments in mate_bg_create_surface_scale. Fix them. Signed-off-by: Zhang Xianwei <[email protected]>
-rw-r--r--libmate-desktop/mate-bg.c6
1 files changed, 3 insertions, 3 deletions
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.