diff src/gtkimhtml.h @ 6814:782907a6ae65

[gaim-migrate @ 7354] Added animated smiley support (patch by Ka-Hing Cheung, aka javabsp, aka he-who-wrote-animated-smiley-support) and added animated MSN 6 smileys. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 12 Sep 2003 05:31:55 +0000
parents f1c6c2a3d432
children 083d1e4a9c78
line wrap: on
line diff
--- a/src/gtkimhtml.h	Fri Sep 12 05:26:20 2003 +0000
+++ b/src/gtkimhtml.h	Fri Sep 12 05:31:55 2003 +0000
@@ -91,7 +91,7 @@
 struct _GtkIMHtmlSmiley {
 	gchar *smile;
 	gchar *file;
-	GdkPixbuf *icon;
+	GdkPixbufAnimation *icon;
 	gboolean hidden;
 };