From bed264ad776f9e27390394a8e62a4e0a9b39b382 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 6 Jul 2011 02:58:43 -0700 Subject: Use a Lock/UnlockDevice function instead of locking a NULL context --- OpenAL32/Include/alMain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenAL32/Include/alMain.h') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 1fb75e18..f58da036 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -487,6 +487,8 @@ void AppendCaptureDeviceList(const ALCchar *name); ALCvoid alcSetError(ALCdevice *device, ALenum errorCode); +ALCvoid LockDevice(ALCdevice *device); +ALCvoid UnlockDevice(ALCdevice *device); ALCvoid LockContext(ALCcontext *context); ALCvoid UnlockContext(ALCcontext *context); -- cgit v1.2.3