comparison pidgin/gtkthemes.h @ 32520:fe75cd926073

Webkit Message views. This commit is a squashed commit of the series of commits from my git repository which I was using for development. (git://github.com/tdrhq/pidgin-clone.git, branch webkit)
author tdrhq@soc.pidgin.im
date Fri, 24 Jul 2009 01:18:07 +0000
parents d7e66b6137f9
children 02a2e8183b1d
comparison
equal deleted inserted replaced
28007:ed3184cc557d 32520:fe75cd926073
27 #define _PIDGINTHEMES_H_ 27 #define _PIDGINTHEMES_H_
28 28
29 struct smiley_list { 29 struct smiley_list {
30 char *sml; 30 char *sml;
31 GSList *smileys; 31 GSList *smileys;
32 GHashTable *files; /**< map from smiley shortcut to filename */
32 struct smiley_list *next; 33 struct smiley_list *next;
33 }; 34 };
34 35
35 struct smiley_theme { 36 struct smiley_theme {
36 char *path; 37 char *path;