comparison src/gaim.h @ 2550:01dad6d8ba5b

[gaim-migrate @ 2563] New buddy pounce action: popup notification window. Thanks for the suggestion, Allan Third. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 19 Oct 2001 18:44:52 +0000
parents 0e0a54e5819a
children 4daddeb30354
comparison
equal deleted inserted replaced
2549:7c64b3ad0c3d 2550:01dad6d8ba5b
139 log_idle, 139 log_idle,
140 log_unidle, 140 log_unidle,
141 log_quit 141 log_quit
142 }; 142 };
143 143
144 #define OPT_POUNCE_POPUP 0x001 144 #define OPT_POUNCE_POPUP 0x001
145 #define OPT_POUNCE_SEND_IM 0x002 145 #define OPT_POUNCE_SEND_IM 0x002
146 #define OPT_POUNCE_COMMAND 0x004 146 #define OPT_POUNCE_COMMAND 0x004
147 #define OPT_POUNCE_SOUND 0x008 147 #define OPT_POUNCE_SOUND 0x008
148 148
149 #define OPT_POUNCE_SIGNON 0x010 149 #define OPT_POUNCE_SIGNON 0x010
150 #define OPT_POUNCE_UNAWAY 0x020 150 #define OPT_POUNCE_UNAWAY 0x020
151 #define OPT_POUNCE_UNIDLE 0x040 151 #define OPT_POUNCE_UNIDLE 0x040
152 152
153 #define OPT_POUNCE_SAVE 0x100 153 #define OPT_POUNCE_SAVE 0x100
154
155 #define OPT_POUNCE_NOTIFY 0x200
154 156
155 struct buddy_pounce { 157 struct buddy_pounce {
156 char name[80]; 158 char name[80];
157 char message[2048]; 159 char message[2048];
158 char command[2048]; 160 char command[2048];