Mercurial > pidgin
diff src/ui.h @ 4288:a723d060620a
[gaim-migrate @ 4541]
Here. Now you can like have lots of themes and like make your own and like
switch them and stuff. It's kidna neat, I suppose.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sat, 11 Jan 2003 04:48:10 +0000 |
| parents | 906f61f27479 |
| children | cddb50734169 |
line wrap: on
line diff
--- a/src/ui.h Sat Jan 11 00:38:22 2003 +0000 +++ b/src/ui.h Sat Jan 11 04:48:10 2003 +0000 @@ -266,6 +266,17 @@ GtkWidget *register_user; }; +struct smiley_theme { + char *path; + char *name; + char *desc; + char *icon; + char *author; + + struct smiley_list *list; +}; + + #define EDIT_GC 0 #define EDIT_GROUP 1 #define EDIT_BUDDY 2 @@ -320,6 +331,11 @@ /* Globals in sound.c */ extern gboolean mute_sounds; +/* Globals in themes.c */ +extern struct smiley_theme *current_smiley_theme; +extern GSList *smiley_themes; + + /* Functions in about.c */ extern void show_about(GtkWidget *, void *); extern void gaim_help(GtkWidget *, void *);
