diff src/gtkimhtml.h @ 11525:b47708f46a38

[gaim-migrate @ 13773] Here's the rest of that custom smiley receiving patch, with some changes from me. I'm still not all that happy with it, but that's probably not the author's fault, and I don't have time to take it further right now. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Mon, 12 Sep 2005 13:25:41 +0000
parents 16b0da1f376f
children fa17fc619f17
line wrap: on
line diff
--- a/src/gtkimhtml.h	Mon Sep 12 06:50:29 2005 +0000
+++ b/src/gtkimhtml.h	Mon Sep 12 13:25:41 2005 +0000
@@ -72,6 +72,10 @@
 	GTK_IMHTML_ALL =       -1
 } GtkIMHtmlButtons;
 
+typedef enum {
+	GTK_IMHTML_SMILEY_CUSTOM =	1 << 0
+} GtkIMHtmlSmileyFlags;
+
 struct _GtkIMHtml {
 	GtkTextView text_view;
 	GtkTextBuffer *text_buffer;
@@ -155,6 +159,8 @@
 	GdkPixbufAnimation *icon;
 	gboolean hidden;
 	GdkPixbufLoader *loader;
+	GSList *anchors;
+	GtkIMHtmlSmileyFlags flags; 
 };
 
 struct _GtkIMHtmlScalable {