diff src/audio/SDL_sysaudio.h @ 322:fd93a09655e3

The audio lock and unlock functions are now a part of the driver. The MacOS audio locking has been implemented, courtesy of Ryan Gordon
author Sam Lantinga <slouken@libsdl.org>
date Sat, 30 Mar 2002 19:48:56 +0000
parents f6ffac90895c
children d219b0e02f5f
line wrap: on
line diff
--- a/src/audio/SDL_sysaudio.h	Sat Mar 30 18:53:23 2002 +0000
+++ b/src/audio/SDL_sysaudio.h	Sat Mar 30 19:48:56 2002 +0000
@@ -59,6 +59,11 @@
 	void (*CloseAudio)(_THIS);
 
 	/* * * */
+	/* Lock / Unlock functions added for the Mac port */
+	void (*LockAudio)(_THIS);
+	void (*UnlockAudio)(_THIS);
+
+	/* * * */
 	/* Data common to all devices */
 
 	/* The current audio specification (shared with audio thread) */