summaryrefslogtreecommitdiff
path: root/libmate-desktop/libmateui/mate-bg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmate-desktop/libmateui/mate-bg.h')
-rw-r--r--libmate-desktop/libmateui/mate-bg.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/libmate-desktop/libmateui/mate-bg.h b/libmate-desktop/libmateui/mate-bg.h
index 8fbc230..14f576f 100644
--- a/libmate-desktop/libmateui/mate-bg.h
+++ b/libmate-desktop/libmateui/mate-bg.h
@@ -47,6 +47,22 @@ extern "C" {
#define MATE_BG_SCHEMA "org.mate.background"
+/* whether to draw the desktop bg */
+#define MATE_BG_KEY_DRAW_BACKGROUND "draw-background"
+
+/* 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"
+#define MATE_BG_KEY_PICTURE_PLACEMENT "picture-options"
+#define MATE_BG_KEY_PICTURE_OPACITY "picture-opacity"
+#define MATE_BG_KEY_PICTURE_FILENAME "picture-filename"
+
typedef struct _MateBG MateBG;
typedef struct _MateBGClass MateBGClass;