aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-09-11 09:28:30 -0700
committerChris Robinson <[email protected]>2011-09-11 09:28:30 -0700
commit8f456f68ff15e3965ffdf579ed3f10bad996b594 (patch)
treef3b7b2ca1d2be121ccf10025b6842f321724b2d8 /OpenAL32/Include/alMain.h
parent54a421ec58e72e602285c115312332c3e70b7615 (diff)
Remove GetLockedContext
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index ddc3857f..3d030f94 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -635,6 +635,8 @@ struct ALCcontext_struct
ALCcontext *volatile next;
};
+ALCcontext *GetContextRef(void);
+
void ALCcontext_IncRef(ALCcontext *context);
void ALCcontext_DecRef(ALCcontext *context);
@@ -652,9 +654,6 @@ ALCvoid UnlockContext(ALCcontext *context);
ALvoid *StartThread(ALuint (*func)(ALvoid*), ALvoid *ptr);
ALuint StopThread(ALvoid *thread);
-ALCcontext *GetLockedContext(void);
-ALCcontext *GetContextRef(void);
-
typedef struct RingBuffer RingBuffer;
RingBuffer *CreateRingBuffer(ALsizei frame_size, ALsizei length);
void DestroyRingBuffer(RingBuffer *ring);