diff src/gtkimhtml.h @ 10798:08981462ebbb

[gaim-migrate @ 12441] smooth scrolling I'll assume you can figure out how to adjust how long it takes to scroll, so you can play with it. I expect feedback. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Fri, 08 Apr 2005 22:44:02 +0000
parents 5335eb2b8b95
children 6f67d4088da0
line wrap: on
line diff
--- a/src/gtkimhtml.h	Fri Apr 08 20:47:19 2005 +0000
+++ b/src/gtkimhtml.h	Fri Apr 08 22:44:02 2005 +0000
@@ -81,6 +81,8 @@
 	GHashTable *smiley_data;
 	GtkSmileyTree *default_smilies;
 	char *protocol_name;
+	guint scroll_src;
+	GTimer *scroll_time;
 
 	gboolean show_comments;