diff src/gtkimhtml.h @ 10692:533060d9a2c6

[gaim-migrate @ 12243] Just because CVS wasn't broken enough... This is good-style background coloring. http://gaim.sf.net/sean/backcolor.png It doesn't work very well. I'd call it a "proof-of-concept". In fact, if you try to send a message, the whole thing infi-loops. I expect Tim to fix it. Also, we'll need to distinguish between <body background> and <font bgcolor>. That shouldn't be very difficult. I expect Tim to do that as well. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 14 Mar 2005 01:55:50 +0000
parents 74180743304a
children b640d066eb51
line wrap: on
line diff
--- a/src/gtkimhtml.h	Sun Mar 13 23:31:34 2005 +0000
+++ b/src/gtkimhtml.h	Mon Mar 14 01:55:50 2005 +0000
@@ -116,6 +116,7 @@
 
 	GSList *im_images;
 	GtkIMHtmlFuncs *funcs;
+	GSList *backcolor_tags;
 };
 
 struct _GtkIMHtmlClass {