diff -r bb7ca64f37d1 -r 4be41dcd3794 gtk/gtkimhtml.h --- a/gtk/gtkimhtml.h Thu Jan 11 07:43:03 2007 +0000 +++ b/gtk/gtkimhtml.h Thu Jan 11 08:43:34 2007 +0000 @@ -79,6 +79,7 @@ struct _GtkIMHtml { GtkTextView text_view; GtkTextBuffer *text_buffer; + GtkTextBuffer *empty_buffer; GdkCursor *hand_cursor; GdkCursor *arrow_cursor; GdkCursor *text_cursor; @@ -87,6 +88,7 @@ char *protocol_name; guint scroll_src; GTimer *scroll_time; + gdouble adj; gboolean show_comments;