diff src/gaim.h @ 3326:03daf01a8000

[gaim-migrate @ 3344] Easier ordering of sounds. See patch "[ 560514 ] changable ordering of sounds in prefs" for a more complete explanation. (Thanks, Robert McQueen) committer: Tailor Script <tailor@pidgin.im>
author Jim Seymour <jseymour>
date Tue, 18 Jun 2002 00:49:55 +0000
parents 86fdd015f40e
children dd34e0b40fed
line wrap: on
line diff
--- a/src/gaim.h	Tue Jun 18 00:35:23 2002 +0000
+++ b/src/gaim.h	Tue Jun 18 00:49:55 2002 +0000
@@ -297,6 +297,9 @@
 #define SND_POUNCE_DEFAULT 9
 #define SND_CHAT_NICK 10
 #define NUM_SOUNDS 11
+/* these two for the sound_order list in prefs.c */
+#define SND_SEPARATOR -1
+#define SND_END -2
 extern char *sound_file[NUM_SOUNDS];
 
 /* global sound struct */