comparison 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
comparison
equal deleted inserted replaced
3595:1e60a05c7482 3596:bb966d68f9e3
114 114
115 #define PERMIT_ALL 1 115 #define PERMIT_ALL 1
116 #define PERMIT_NONE 2 116 #define PERMIT_NONE 2
117 #define PERMIT_SOME 3 117 #define PERMIT_SOME 3
118 #define DENY_SOME 4 118 #define DENY_SOME 4
119
120 #define NOT_TYPING 0
121 #define TYPING 1
122 #define TYPED 2
119 123
120 #define WFLAG_SEND 0x01 124 #define WFLAG_SEND 0x01
121 #define WFLAG_RECV 0x02 125 #define WFLAG_RECV 0x02
122 #define WFLAG_AUTO 0x04 126 #define WFLAG_AUTO 0x04
123 #define WFLAG_WHISPER 0x08 127 #define WFLAG_WHISPER 0x08