comparison src/gaim.h @ 1694:bea407767ac1

[gaim-migrate @ 1704] Sounds on buddy pounce. This may need a better AU file, im not sure yet. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 09 Apr 2001 08:33:09 +0000
parents a312d64a995d
children f42ce672c560
comparison
equal deleted inserted replaced
1693:6ccd49e6f24c 1694:bea407767ac1
260 }; 260 };
261 261
262 #define OPT_POUNCE_POPUP 0x001 262 #define OPT_POUNCE_POPUP 0x001
263 #define OPT_POUNCE_SEND_IM 0x002 263 #define OPT_POUNCE_SEND_IM 0x002
264 #define OPT_POUNCE_COMMAND 0x004 264 #define OPT_POUNCE_COMMAND 0x004
265 #define OPT_POUNCE_SOUND 0x008
265 266
266 #define OPT_POUNCE_SIGNON 0x010 267 #define OPT_POUNCE_SIGNON 0x010
267 #define OPT_POUNCE_UNAWAY 0x020 268 #define OPT_POUNCE_UNAWAY 0x020
268 #define OPT_POUNCE_UNIDLE 0x040 269 #define OPT_POUNCE_UNIDLE 0x040
269 270
271 272
272 struct buddy_pounce { 273 struct buddy_pounce {
273 char name[80]; 274 char name[80];
274 char message[2048]; 275 char message[2048];
275 char command[2048]; 276 char command[2048];
277 char sound[2048];
276 278
277 char pouncer[80]; 279 char pouncer[80];
278 int protocol; 280 int protocol;
279 281
280 int options; 282 int options;
390 #define SEND 4 392 #define SEND 4
391 #define CHAT_JOIN 5 393 #define CHAT_JOIN 5
392 #define CHAT_LEAVE 6 394 #define CHAT_LEAVE 6
393 #define CHAT_YOU_SAY 7 395 #define CHAT_YOU_SAY 7
394 #define CHAT_SAY 8 396 #define CHAT_SAY 8
395 #define NUM_SOUNDS 9 397 #define POUNCE_DEFAULT 9
398 #define NUM_SOUNDS 10
396 399
397 400
398 #ifdef USE_APPLET 401 #ifdef USE_APPLET
399 extern GtkWidget *applet; 402 extern GtkWidget *applet;
400 #endif /* USE_APPLET */ 403 #endif /* USE_APPLET */