summaryrefslogtreecommitdiff
path: root/libmate-desktop
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-12-03 14:38:36 +0200
committerJasmine Hassan <[email protected]>2012-12-03 14:50:29 +0200
commitc337d8947f2e0e13d87e415760de57fecdb81389 (patch)
tree51b6eba31eb564588bce0367134b757feace3c6d /libmate-desktop
parent52f00cf99c112181dd62612bb294531457b6036b (diff)
downloadmate-desktop-c337d8947f2e0e13d87e415760de57fecdb81389.tar.bz2
mate-desktop-c337d8947f2e0e13d87e415760de57fecdb81389.tar.xz
[mate-bg|schema] add "background-fade" setting, and define the key in header
to make the fading effect optional, either when caja or m-s-d is drawing the bg. This is hopefully useful for those running on older hardware, as the fading effect could delay login/startup a bit. For reference, see: https://bugzilla.gnome.org/show_bug.cgi?id=623174
Diffstat (limited to 'libmate-desktop')
-rw-r--r--libmate-desktop/libmateui/mate-bg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmate-desktop/libmateui/mate-bg.h b/libmate-desktop/libmateui/mate-bg.h
index 3c8d53f..14f576f 100644
--- a/libmate-desktop/libmateui/mate-bg.h
+++ b/libmate-desktop/libmateui/mate-bg.h
@@ -53,6 +53,9 @@ extern "C" {
/* whether Caja or mate-settings-daemon draw the desktop */
#define MATE_BG_KEY_SHOW_DESKTOP "show-desktop-icons"
+/* whether to fade when changing background (By Caja/m-s-d) */
+#define MATE_BG_KEY_BACKGROUND_FADE "background-fade"
+
#define MATE_BG_KEY_PRIMARY_COLOR "primary-color"
#define MATE_BG_KEY_SECONDARY_COLOR "secondary-color"
#define MATE_BG_KEY_COLOR_TYPE "color-shading-type"