Add support for per-monitor backgrounds

https://bugzilla.gnome.org/show_bug.cgi?id=147808
This commit is contained in:
William Jon McCann 2009-12-04 19:54:47 -05:00
parent e90d5dda76
commit 9d4a90d798
4 changed files with 184 additions and 66 deletions

View file

@ -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;