diff src/gtkimhtml.h @ 2856:b1e300a85678

[gaim-migrate @ 2869] rewrote the html parser in gtkimhtml. yes, that's really all i did. the reason for the massive change is because i added a length argument, which then needed to be propogated down to everything that would ever receive anything that would get drawn to the window. the new parser isn't any faster. that wasn't my goal. it's much more understandable now (hopefully, anyway). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 08 Dec 2001 09:48:52 +0000
parents 16df889d81e2
children 73f303cb91c1
line wrap: on
line diff
--- a/src/gtkimhtml.h	Sat Dec 08 08:46:00 2001 +0000
+++ b/src/gtkimhtml.h	Sat Dec 08 09:48:52 2001 +0000
@@ -53,7 +53,7 @@
 	GdkCursor *arrow_cursor;
 
 	GList *bits;
-	GList *urls;
+	GList *click;
 	struct _GtkIMHtmlBit *tip_bit;
 	GtkWidget *tip_window;
 	guint tip_timer;
@@ -127,6 +127,7 @@
 
 GString*   gtk_imhtml_append_text      (GtkIMHtml        *imhtml,
 					const gchar      *text,
+					gint              len,
 					GtkIMHtmlOptions  options);
 
 void       gtk_imhtml_clear            (GtkIMHtml        *imhtml);