diff src/gaim.h @ 3596:bb966d68f9e3

[gaim-migrate @ 3698] I like typing notifcation. I think I'll marry it. Also, if I'm going to go around mentioning gaim on resumes, I can't very well tell people to look for "KingAnt"... :-) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 06 Oct 2002 05:01:50 +0000
parents cf00549c53d7
children 9682c0e022c6
line wrap: on
line diff
--- a/src/gaim.h	Sun Oct 06 03:08:47 2002 +0000
+++ b/src/gaim.h	Sun Oct 06 05:01:50 2002 +0000
@@ -117,6 +117,10 @@
 #define PERMIT_SOME	3
 #define DENY_SOME	4
 
+#define NOT_TYPING 0
+#define TYPING     1
+#define TYPED      2
+
 #define WFLAG_SEND	0x01
 #define WFLAG_RECV	0x02
 #define WFLAG_AUTO	0x04