From 52f00cf99c112181dd62612bb294531457b6036b Mon Sep 17 00:00:00 2001 From: Jasmine Hassan Date: Mon, 3 Dec 2012 14:31:54 +0200 Subject: [mate-bg] prefix defines BG_KEY's w/ MATE & move from .c to .h and define "show-desktop-icons" here too, to be used by Caja & m-s-d --- libmate-desktop/libmateui/mate-bg.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'libmate-desktop/libmateui') diff --git a/libmate-desktop/libmateui/mate-bg.h b/libmate-desktop/libmateui/mate-bg.h index 8fbc230..3c8d53f 100644 --- a/libmate-desktop/libmateui/mate-bg.h +++ b/libmate-desktop/libmateui/mate-bg.h @@ -47,6 +47,19 @@ 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" + +#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; -- cgit v1.2.1