aboutsummaryrefslogtreecommitdiffstats
path: root/alc/inprogext.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-08-18 15:59:04 -0700
committerChris Robinson <[email protected]>2023-08-18 15:59:04 -0700
commitbfb79945d0ed7450ad3e93941f6576ce1cc4058b (patch)
tree1b81f5ca4e47e45541d0dc5be52325d63923845a /alc/inprogext.h
parent9921b1357a5045216d3fe429089c8142fd6ebc13 (diff)
Make ALC_SOFT_system_events public
Diffstat (limited to 'alc/inprogext.h')
-rw-r--r--alc/inprogext.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h
index 739af517..fe2a1437 100644
--- a/alc/inprogext.h
+++ b/alc/inprogext.h
@@ -393,23 +393,6 @@ ALenum AL_APIENTRY EAXGetBufferModeDirect(ALCcontext *context, ALuint buffer, AL
#endif
#endif
-#ifndef ALC_SOFT_system_events
-#define ALC_SOFT_system_events
-#define ALC_PLAYBACK_DEVICE_SOFT 0x19D4
-#define ALC_CAPTURE_DEVICE_SOFT 0x19D5
-#define ALC_EVENT_TYPE_DEFAULT_DEVICE_CHANGED_SOFT 0x19D6
-#define ALC_EVENT_TYPE_DEVICE_ADDED_SOFT 0x19D7
-#define ALC_EVENT_TYPE_DEVICE_REMOVED_SOFT 0x19D8
-typedef void (ALC_APIENTRY*ALCEVENTPROCTYPESOFT)(ALCenum eventType, ALCenum deviceType,
- ALCdevice *device, ALCsizei length, const ALCchar *message, void *userParam) ALC_API_NOEXCEPT17;
-typedef ALCboolean (ALC_APIENTRY*LPALCEVENTCONTROLSOFT)(ALCsizei count, const ALCenum *events, ALCboolean enable) ALC_API_NOEXCEPT17;
-typedef void (ALC_APIENTRY*LPALCEVENTCALLBACKSOFT)(ALCEVENTPROCTYPESOFT callback, void *userParam) ALC_API_NOEXCEPT17;
-#ifdef AL_ALEXT_PROTOTYPES
-ALCboolean ALC_APIENTRY alcEventControlSOFT(ALCsizei count, const ALCenum *events, ALCboolean enable) ALC_API_NOEXCEPT;
-void ALC_APIENTRY alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, void *userParam) ALC_API_NOEXCEPT;
-#endif
-#endif
-
/* Non-standard exports. Not part of any extension. */
AL_API const ALchar* AL_APIENTRY alsoft_get_version(void) noexcept;