diff 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
line wrap: on
line diff
--- a/src/gaim.h	Sun Apr 08 20:20:56 2001 +0000
+++ b/src/gaim.h	Mon Apr 09 08:33:09 2001 +0000
@@ -262,6 +262,7 @@
 #define OPT_POUNCE_POPUP    0x001
 #define OPT_POUNCE_SEND_IM  0x002
 #define OPT_POUNCE_COMMAND  0x004
+#define OPT_POUNCE_SOUND		0x008
 
 #define OPT_POUNCE_SIGNON   0x010
 #define OPT_POUNCE_UNAWAY   0x020
@@ -273,6 +274,7 @@
         char name[80];
         char message[2048];
 	char command[2048];
+	char sound[2048];
 	
 	char pouncer[80];
 	int protocol;
@@ -392,7 +394,8 @@
 #define CHAT_LEAVE 6
 #define CHAT_YOU_SAY 7
 #define CHAT_SAY 8
-#define NUM_SOUNDS 9
+#define POUNCE_DEFAULT 9
+#define NUM_SOUNDS 10
 
 
 #ifdef USE_APPLET