diff options
author | Jasmine Hassan <[email protected]> | 2012-12-03 14:31:54 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-12-03 14:37:53 +0200 |
commit | 52f00cf99c112181dd62612bb294531457b6036b (patch) | |
tree | 541270b5e109772ad8c8c268d1fd38be9beae04b /libmate-desktop/libmateui | |
parent | 72c09a319a2062a8e71c467b7461e0e9e71f9ad4 (diff) | |
download | mate-desktop-52f00cf99c112181dd62612bb294531457b6036b.tar.bz2 mate-desktop-52f00cf99c112181dd62612bb294531457b6036b.tar.xz |
[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
Diffstat (limited to 'libmate-desktop/libmateui')
-rw-r--r-- | libmate-desktop/libmateui/mate-bg.h | 13 |
1 files changed, 13 insertions, 0 deletions
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; |