comparison src/audio/SDL_sysaudio.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 5007e6a66814
children
comparison
equal deleted inserted replaced
4397:fb1fc6c9289e 4398:fe15c4e8efe6
56 56
57 /* * * */ 57 /* * * */
58 /* Lock / Unlock functions added for the Mac port */ 58 /* Lock / Unlock functions added for the Mac port */
59 void (*LockAudio)(_THIS); 59 void (*LockAudio)(_THIS);
60 void (*UnlockAudio)(_THIS); 60 void (*UnlockAudio)(_THIS);
61
62 void (*SetCaption)(_THIS, const char *caption);
61 63
62 /* * * */ 64 /* * * */
63 /* Data common to all devices */ 65 /* Data common to all devices */
64 66
65 /* The current audio specification (shared with audio thread) */ 67 /* The current audio specification (shared with audio thread) */