1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 13:36:46 +02:00

Updated with latest core

This commit is contained in:
mannol
2014-08-02 02:10:21 +02:00
54 changed files with 1368 additions and 437 deletions

View File

@ -38,16 +38,17 @@
#ifdef __APPLE__
#include <OpenAL/al.h>
#include <OpenAL/alc.h>
#ifdef _SOUND_NOTIFY
#include <OpenAL/alut.h> /* Is this good? */
#endif
#else
#include <AL/al.h>
#include <AL/alc.h>
#ifdef _SOUND_NOTIFY
#include <AL/alut.h> /* freealut packet */
/* compatibility with older versions of OpenAL */
#ifndef ALC_ALL_DEVICES_SPECIFIER
#include <AL/alext.h>
#endif
#endif
#ifdef _SOUND_NOTIFY
#include <AL/alut.h> /* freealut packet */
#endif
#endif /* _AUDIO */
#ifdef _X11
@ -739,4 +740,4 @@ int box_silent_notify2(ToxWindow* self, uint64_t flags, int id, const char* form
#else
return -1;
#endif
}
}