comparison src/gaim.h @ 5631:960fe32ea9b7

[gaim-migrate @ 6038] i'm tired, so i'm committing what i've got kingant will do a better job with what i hacked into oscar to make it work ;-) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 01 Jun 2003 06:02:03 +0000
parents 86456ec3ca25
children dae79aefac8d
comparison
equal deleted inserted replaced
5630:4e2ffa3d9094 5631:960fe32ea9b7
110 110
111 111
112 #define IM_FLAG_AWAY 0x01 112 #define IM_FLAG_AWAY 0x01
113 #define IM_FLAG_CHECKBOX 0x02 113 #define IM_FLAG_CHECKBOX 0x02
114 #define IM_FLAG_GAIMUSER 0x04 114 #define IM_FLAG_GAIMUSER 0x04
115
116 #define IDLE_NONE 0
117 #define IDLE_GAIM 1
118 #define IDLE_SCREENSAVER 2
119 115
120 #define PERMIT_ALL 1 116 #define PERMIT_ALL 1
121 #define PERMIT_NONE 2 117 #define PERMIT_NONE 2
122 #define PERMIT_SOME 3 118 #define PERMIT_SOME 3
123 #define DENY_SOME 4 119 #define DENY_SOME 4