1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 06:56:44 +02:00

Add hardcoded path for sound notifications

This commit is contained in:
Ansa89
2014-07-23 11:25:38 +02:00
parent 50fca4cddf
commit 3cc629cbc1
3 changed files with 55 additions and 25 deletions

View File

@ -66,8 +66,8 @@ void terminate_notify();
int notify(ToxWindow* self, Notification notif, uint64_t flags);
#ifdef _SOUND_NOTIFY
void set_sound(Notification sound, const char* value);
int set_sound(Notification sound, const char* value);
void stop_sound(int sound);
#endif /* _SOUND_NOTIFY */
#endif /* _notify_h */
#endif /* _notify_h */