diff src/ui.h @ 4263:74f65a3d2a1f

[gaim-migrate @ 4514] I wanted to get this into cvs before I went to bed. Now proto-specific themes will work. The code's a bit crude at parts and it's not as fast as I'd like, but I can work some more on it tomorrow. Just figured you'd want to get a look at this. 8 penguin points to whoever finds out why gtk_smiley_tree_destroy (commented out right now, causing leakage) segfaults on me now. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 09 Jan 2003 09:41:49 +0000
parents af2eeb7f7cf8
children 906f61f27479
line wrap: on
line diff
--- a/src/ui.h	Thu Jan 09 06:38:09 2003 +0000
+++ b/src/ui.h	Thu Jan 09 09:41:49 2003 +0000
@@ -520,6 +520,9 @@
 extern void play_sound(int);
 extern void play_file(char *);
 
+/* Functions in themes.c */
+extern void smiley_themeize(GtkWidget *);
+
 /* Fucnctions in util.c */
 extern GtkWidget *gaim_pixmap(char *, char *);
 extern GdkPixbuf *gaim_pixbuf(char *, char *);