diff pidgin/gtkimhtml.h @ 26965:655013f05eaa

Save raw-data for an image when possible. This makes it possible to save received animated custom smileys, which was not possible before since GTK+ can't save animated GIFs. Invalidates and Closes #9066.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 16 May 2009 20:35:29 +0000
parents 0cc77ced0ae3
children 63cb8c4f3c66
line wrap: on
line diff
--- a/pidgin/gtkimhtml.h	Sat May 16 19:03:41 2009 +0000
+++ b/pidgin/gtkimhtml.h	Sat May 16 20:35:29 2009 +0000
@@ -188,6 +188,8 @@
 	GSList *anchors;
 	GtkIMHtmlSmileyFlags flags;
 	GtkIMHtml *imhtml;
+	gpointer data;       /** @Since 2.6.0 */
+	gsize datasize;      /** @Since 2.6.0 */
 };
 
 struct _GtkIMHtmlScalable {