comparison src/gaim.h @ 3219:639960efc6ff

[gaim-migrate @ 3236] They convinced me to make it compile before committing. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 06 May 2002 17:05:14 +0000
parents 2bc01c8f6c61
children b4c9646792f0
comparison
equal deleted inserted replaced
3218:2bc01c8f6c61 3219:639960efc6ff
281 #define OPT_SOUND_NORMAL 0x00002000 281 #define OPT_SOUND_NORMAL 0x00002000
282 #define OPT_SOUND_NAS 0x00004000 282 #define OPT_SOUND_NAS 0x00004000
283 #define OPT_SOUND_ARTSC 0x00008000 283 #define OPT_SOUND_ARTSC 0x00008000
284 #define OPT_SOUND_ESD 0x00010000 284 #define OPT_SOUND_ESD 0x00010000
285 #define OPT_SOUND_CMD 0x00020000 285 #define OPT_SOUND_CMD 0x00020000
286 #define OPT_SOUND_NICK 0x00040000 286 #define OPT_SOUND_CHAT_NICK 0x00040000
287 /* remember to also change the struct in sound.c */ 287 /* remember to also change the struct in sound.c */
288 #define SND_BUDDY_ARRIVE 0 288 #define SND_BUDDY_ARRIVE 0
289 #define SND_BUDDY_LEAVE 1 289 #define SND_BUDDY_LEAVE 1
290 #define SND_RECEIVE 2 290 #define SND_RECEIVE 2
291 #define SND_FIRST_RECEIVE 3 291 #define SND_FIRST_RECEIVE 3
293 #define SND_CHAT_JOIN 5 293 #define SND_CHAT_JOIN 5
294 #define SND_CHAT_LEAVE 6 294 #define SND_CHAT_LEAVE 6
295 #define SND_CHAT_YOU_SAY 7 295 #define SND_CHAT_YOU_SAY 7
296 #define SND_CHAT_SAY 8 296 #define SND_CHAT_SAY 8
297 #define SND_POUNCE_DEFAULT 9 297 #define SND_POUNCE_DEFAULT 9
298 #define NUM_SOUNDS 10 298 #define SND_CHAT_NICK 10
299 #define NUM_SOUNDS 11
299 extern char *sound_file[NUM_SOUNDS]; 300 extern char *sound_file[NUM_SOUNDS];
300 301
301 /* global sound struct */ 302 /* global sound struct */
302 struct sound_struct { 303 struct sound_struct {
303 char *label; 304 char *label;