Mercurial > pidgin
diff src/gaim.h @ 1006:0a4d0ed65e17
[gaim-migrate @ 1016]
wow, configurable sounds. this should be neat. too bad the UI isn't done yet. but at least you can have them configured. oh yeah, this means we don't need gaim.soundlist anymore, since i removed the option to go through gnome for sounds. (there were only two advantages to having them go through gnome, and making them configurable was the primary one). anyway, i also changed some of the installation script stuff so that now everything (including the panel) should go through the $(whateverdir) makefile variables, so it should be easier to make packages in chrooted environments
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 19 Oct 2000 10:42:46 +0000 |
| parents | 1d8f05ea6bdf |
| children | d496fe2614a6 |
line wrap: on
line diff
--- a/src/gaim.h Thu Oct 19 00:59:20 2000 +0000 +++ b/src/gaim.h Thu Oct 19 10:42:46 2000 +0000 @@ -438,10 +438,14 @@ #define BUDDY_ARRIVE 0 #define BUDDY_LEAVE 1 -#define SEND 2 -#define RECEIVE 3 -#define FIRST_RECEIVE 4 -#define AWAY 5 +#define RECEIVE 2 +#define FIRST_RECEIVE 3 +#define SEND 4 +#define CHAT_JOIN 5 +#define CHAT_LEAVE 6 +#define CHAT_YOU_SAY 7 +#define CHAT_SAY 8 +#define NUM_SOUNDS 9 #ifdef USE_APPLET @@ -543,6 +547,9 @@ #define OPT_SOUND_CHAT_JOIN 0x00000100 #define OPT_SOUND_CHAT_SAY 0x00000200 #define OPT_SOUND_BEEP 0x00000400 +#define OPT_SOUND_CHAT_PART 0x00000800 +#define OPT_SOUND_CHAT_YOU_SAY 0x00001000 +extern char *sound_file[NUM_SOUNDS]; extern int font_options; #define OPT_FONT_BOLD 0x00000001
