From f4012ecd2751f3bb280604087de71f6a4009a9a9 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 27 Jan 2014 11:52:36 +0100 Subject: appearance: Add support for 'artist' tag in xml backgrounds files This feature was already implemented in Linux Mint and Cinnamon, so we are going to implement it in MATE too. --- capplets/appearance/mate-wp-item.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'capplets/appearance/mate-wp-item.h') diff --git a/capplets/appearance/mate-wp-item.h b/capplets/appearance/mate-wp-item.h index a6e13f24..5e336d53 100644 --- a/capplets/appearance/mate-wp-item.h +++ b/capplets/appearance/mate-wp-item.h @@ -53,6 +53,9 @@ struct _MateWPItem { /* Did the user remove us? */ gboolean deleted; + /* Wallpaper author, if present */ + gchar *artist; + /* Width and Height of the original image */ gint width; gint height; -- cgit v1.2.1