diff options
Diffstat (limited to 'capplets/appearance/mate-wp-item.c')
-rw-r--r-- | capplets/appearance/mate-wp-item.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/capplets/appearance/mate-wp-item.c b/capplets/appearance/mate-wp-item.c index abc1b334..d11fa896 100644 --- a/capplets/appearance/mate-wp-item.c +++ b/capplets/appearance/mate-wp-item.c @@ -23,14 +23,9 @@ #include <glib/gi18n.h> #include <gio/gio.h> #include <string.h> +#include "appearance.h" #include "mate-wp-item.h" -#define WP_SCHEMA "org.mate.background" -#define WP_OPTIONS_KEY "picture-options" -#define WP_SHADING_KEY "color-shading-type" -#define WP_PCOLOR_KEY "primary-color" -#define WP_SCOLOR_KEY "secondary-color" - const gchar *wp_item_option_to_string (MateBGPlacement type) { switch (type) |