diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-27 11:52:36 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-27 11:52:36 +0100 |
commit | f4012ecd2751f3bb280604087de71f6a4009a9a9 (patch) | |
tree | 61b6193e292d8d8c539deace0d3db4cc76f1b441 /capplets/appearance/mate-wp-item.h | |
parent | 3ca08cb10bd7650d771da98c457460556cc43db5 (diff) | |
download | mate-control-center-f4012ecd2751f3bb280604087de71f6a4009a9a9.tar.bz2 mate-control-center-f4012ecd2751f3bb280604087de71f6a4009a9a9.tar.xz |
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.
Diffstat (limited to 'capplets/appearance/mate-wp-item.h')
-rw-r--r-- | capplets/appearance/mate-wp-item.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |