Add support for per-monitor backgrounds
https://bugzilla.gnome.org/show_bug.cgi?id=147808
This commit is contained in:
parent
e90d5dda76
commit
9d4a90d798
4 changed files with 184 additions and 66 deletions
|
@ -36,6 +36,8 @@ typedef struct
|
|||
GConfClient *client;
|
||||
GtkBuilder *ui;
|
||||
GnomeDesktopThumbnailFactory *thumb_factory;
|
||||
gulong screen_size_handler;
|
||||
gulong screen_monitors_handler;
|
||||
|
||||
/* desktop */
|
||||
GHashTable *wp_hash;
|
||||
|
@ -51,6 +53,8 @@ typedef struct
|
|||
GtkWidget *wp_image;
|
||||
GSList *wp_uris;
|
||||
gint frame;
|
||||
gint thumb_width;
|
||||
gint thumb_height;
|
||||
|
||||
/* font */
|
||||
GtkWidget *font_details;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue