mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
pulseaudio: Added typedef needed for compat with ancient Pulse installs.
This commit is contained in:
@@ -35,6 +35,10 @@
|
|||||||
#include "SDL_pulseaudio.h"
|
#include "SDL_pulseaudio.h"
|
||||||
#include "../../thread/SDL_systhread.h"
|
#include "../../thread/SDL_systhread.h"
|
||||||
|
|
||||||
|
#if (PA_PROTOCOL_VERSION < 28)
|
||||||
|
typedef void (*pa_operation_notify_cb_t) (pa_operation *o, void *userdata);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* should we include monitors in the device list? Set at SDL_Init time */
|
/* should we include monitors in the device list? Set at SDL_Init time */
|
||||||
static SDL_bool include_monitors = SDL_FALSE;
|
static SDL_bool include_monitors = SDL_FALSE;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user