Use bundled beep file for beep alerts

This commit is contained in:
Berke Viktor
2013-04-14 11:56:50 +02:00
parent 9272eb4325
commit ea0479998a
7 changed files with 21 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ int get_stamp_str (char *fmt, time_t tim, char **ret);
void format_event (session *sess, int index, char **args, char *o, int sizeofo, unsigned int stripcolor_args);
char *text_find_format_string (char *name);
void sound_play (const char *file, gboolean quiet);
void sound_play (const char *file, gboolean quiet, gboolean hexchat_beep);
void sound_play_event (int i);
void sound_beep (session *);
void sound_load ();