aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/inprogext.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-02-03 01:07:06 -0800
committerChris Robinson <[email protected]>2018-02-03 01:07:06 -0800
commit40bda4d93f15b5b089b6736eb9fd2d04f8e683eb (patch)
treee52b16dc302bf930848269e12ce379eab3396e02 /Alc/inprogext.h
parent8f4c078fb569d47dcd53bfb1b69ac2da8ebb0341 (diff)
Add a disconnected event type
Diffstat (limited to 'Alc/inprogext.h')
-rw-r--r--Alc/inprogext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/inprogext.h b/Alc/inprogext.h
index 721f2370..619b604f 100644
--- a/Alc/inprogext.h
+++ b/Alc/inprogext.h
@@ -56,6 +56,7 @@ AL_API void AL_APIENTRY alFlushMappedBufferSOFT(ALuint buffer, ALsizei offset, A
#define AL_EVENT_TYPE_ERROR_SOFT 0x1224
#define AL_EVENT_TYPE_PERFORMANCE_SOFT 0x1225
#define AL_EVENT_TYPE_DEPRECATED_SOFT 0x1226
+#define AL_EVENT_TYPE_DISCONNECTED_SOFT 0x1227
typedef void (AL_APIENTRY*ALEVENTPROCSOFT)(ALenum eventType, ALuint object, ALuint param,
ALsizei length, const ALchar *message,
void *userParam);