diff src/ui.h @ 3787:aed40c72c818

[gaim-migrate @ 3927] more bugs in typing notificatin (surprise surprise) fixed by faceprint committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 22 Oct 2002 16:21:55 +0000
parents f53370197bb9
children 12b29552f1d7
line wrap: on
line diff
--- a/src/ui.h	Tue Oct 22 13:41:40 2002 +0000
+++ b/src/ui.h	Tue Oct 22 16:21:55 2002 +0000
@@ -155,6 +155,7 @@
 	GtkWidget *progress;
 	GSList    *images;  /* A list of filenames to embed */
 	gint unseen;
+	int typing_state;
 	guint typing_timeout;
 	time_t type_again;
 	guint type_again_timeout;
@@ -419,7 +420,7 @@
 extern void set_hide_icons();
 extern void set_convo_titles();
 extern void update_progress(struct conversation *, float);
-extern void update_convo_status(struct conversation *, int);
+extern void update_convo_status(struct conversation *);
 extern gboolean reset_typing(char *);
 extern void set_anim();