comparison src/audio/SDL_audio_c.h @ 4398:fe15c4e8efe6 SDL-1.2

1.2: let PulseAudio hook into SDL_WM_SetCaption(). This lets Pulse's system-wide list of currently playing sources have accurate names for SDL applications. DO NOT MERGE WITH 1.3...we'll design a more formal API there.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 24 Jan 2010 08:35:09 +0000
parents a1b03ba2fcd0
children
comparison
equal deleted inserted replaced
4397:fb1fc6c9289e 4398:fe15c4e8efe6
30 /* Function to calculate the size and silence for a SDL_AudioSpec */ 30 /* Function to calculate the size and silence for a SDL_AudioSpec */
31 extern void SDL_CalculateAudioSpec(SDL_AudioSpec *spec); 31 extern void SDL_CalculateAudioSpec(SDL_AudioSpec *spec);
32 32
33 /* The actual mixing thread function */ 33 /* The actual mixing thread function */
34 extern int SDLCALL SDL_RunAudio(void *audiop); 34 extern int SDLCALL SDL_RunAudio(void *audiop);
35