diff pidgin/gtkblist-theme.h @ 25106:d17d6e83f428

Added layout capabilities to blist themes
author Justin Rodriguez <ffdragon@soc.pidgin.im>
date Tue, 22 Jul 2008 03:08:59 +0000
parents edb03a8d54bd
children 06392c8252c0
line wrap: on
line diff
--- a/pidgin/gtkblist-theme.h	Fri Jul 18 22:31:28 2008 +0000
+++ b/pidgin/gtkblist-theme.h	Tue Jul 22 03:08:59 2008 +0000
@@ -63,17 +63,17 @@
 typedef struct
 {
 	gchar *font;
-	GdkColor *color;
+	gchar *color;
 
 } FontColorPair;
 
 typedef struct
 {
-	gint buddy_icon;
+	gint status_icon;
 	gint text;
-	gint status_icon;
+	gint emblem;
 	gint protocol_icon;
-	gint emblem;
+	gint buddy_icon;
 	gboolean show_status; 
 
 } PidginBlistLayout;