From 0394d5a44fd5b1c90c7e4ae9d660bec8a19175f1 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 30 Jan 2018 12:34:25 -0800 Subject: Rename EventLock to make it more clear it's protecting the callback --- OpenAL32/Include/alMain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/Include/alMain.h') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index ef5ad0e9..6ad67b7b 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -664,7 +664,7 @@ struct ALCcontext_struct { ATOMIC(struct ALeffectslotArray*) ActiveAuxSlots; - almtx_t EventLock; + almtx_t EventCbLock; ATOMIC(ALbitfieldSOFT) EnabledEvts; ALEVENTPROCSOFT EventCb; void *EventParam; -- cgit v1.2.3