Skip to content

Commit 260b2f8

Browse files
authored
Minor XML registry edits (#1200)
1 parent ade218b commit 260b2f8

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

registry/xml/al.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,12 +1325,12 @@ typedef void (ALC_APIENTRY*<name>ALCEVENTPROCTYPESOFT</name>)(<type>ALCenum</typ
13251325
<enum value="0x1009" name="ALC_SYNC" group="ContextPName,ContextBoolean,ContextAttribute" comment="Context attribute: AL_TRUE or AL_FALSE synchronous context?"/>
13261326
<enum value="0x1010" name="ALC_MONO_SOURCES" group="ContextPName,ContextInteger,ContextAttribute" comment="Context attribute: &lt;int&gt; requested Mono (3D) Sources."/>
13271327
<enum value="0x1011" name="ALC_STEREO_SOURCES" group="ContextPName,ContextInteger,ContextAttribute" comment="Context attribute: &lt;int&gt; requested Stereo Sources."/>
1328-
<enum value="0" name="ALC_NO_ERROR" group="ErrorCode" comment="No error."/>
1329-
<enum value="0xA001" name="ALC_INVALID_DEVICE" group="ErrorCode" comment="Invalid device handle."/>
1330-
<enum value="0xA002" name="ALC_INVALID_CONTEXT" group="ErrorCode" comment="Invalid context handle."/>
1331-
<enum value="0xA003" name="ALC_INVALID_ENUM" group="ErrorCode" comment="Invalid enumeration passed to an ALC call."/>
1332-
<enum value="0xA004" name="ALC_INVALID_VALUE" group="ErrorCode" comment="Invalid value passed to an ALC call."/>
1333-
<enum value="0xA005" name="ALC_OUT_OF_MEMORY" group="ErrorCode" comment="Out of memory."/>
1328+
<enum value="0" name="ALC_NO_ERROR" group="ContextErrorCode" comment="No error."/>
1329+
<enum value="0xA001" name="ALC_INVALID_DEVICE" group="ContextErrorCode" comment="Invalid device handle."/>
1330+
<enum value="0xA002" name="ALC_INVALID_CONTEXT" group="ContextErrorCode" comment="Invalid context handle."/>
1331+
<enum value="0xA003" name="ALC_INVALID_ENUM" group="ContextErrorCode" comment="Invalid enumeration passed to an ALC call."/>
1332+
<enum value="0xA004" name="ALC_INVALID_VALUE" group="ContextErrorCode" comment="Invalid value passed to an ALC call."/>
1333+
<enum value="0xA005" name="ALC_OUT_OF_MEMORY" group="ContextErrorCode" comment="Out of memory."/>
13341334
<enum value="0x1000" name="ALC_MAJOR_VERSION" group="ContextPName,ContextInteger" comment="Runtime ALC major version."/>
13351335
<enum value="0x1001" name="ALC_MINOR_VERSION" group="ContextPName,ContextInteger" comment="Runtime ALC minor version."/>
13361336
<enum value="0x1002" name="ALC_ATTRIBUTES_SIZE" group="ContextPName,ContextInteger" comment="Context attribute list size."/>
@@ -1447,9 +1447,9 @@ typedef void (ALC_APIENTRY*<name>ALCEVENTPROCTYPESOFT</name>)(<type>ALCenum</typ
14471447
<enum value="0x0001" name="ALC_CONTEXT_DEBUG_BIT_EXT" group="ContextFlagsEXT"/>
14481448
<enum value="0x19D4" name="ALC_PLAYBACK_DEVICE_SOFT" group="DeviceTypeSOFT"/>
14491449
<enum value="0x19D5" name="ALC_CAPTURE_DEVICE_SOFT" group="DeviceTypeSOFT"/>
1450-
<enum value="0x19D6" name="ALC_EVENT_TYPE_DEFAULT_DEVICE_CHANGED_SOFT" group="EventTypeSOFT"/>
1451-
<enum value="0x19D7" name="ALC_EVENT_TYPE_DEVICE_ADDED_SOFT" group="EventTypeSOFT"/>
1452-
<enum value="0x19D8" name="ALC_EVENT_TYPE_DEVICE_REMOVED_SOFT" group="EventTypeSOFT"/>
1450+
<enum value="0x19D6" name="ALC_EVENT_TYPE_DEFAULT_DEVICE_CHANGED_SOFT" group="SystemEventTypeSOFT"/>
1451+
<enum value="0x19D7" name="ALC_EVENT_TYPE_DEVICE_ADDED_SOFT" group="SystemEventTypeSOFT"/>
1452+
<enum value="0x19D8" name="ALC_EVENT_TYPE_DEVICE_REMOVED_SOFT" group="SystemEventTypeSOFT"/>
14531453
<enum value="0x19D9" name="ALC_EVENT_SUPPORTED_SOFT" group="EventSupportSOFT"/>
14541454
<enum value="0x19DA" name="ALC_EVENT_NOT_SUPPORTED_SOFT" group="EventSupportSOFT"/>
14551455
</enums>
@@ -3368,7 +3368,7 @@ typedef void (ALC_APIENTRY*<name>ALCEVENTPROCTYPESOFT</name>)(<type>ALCenum</typ
33683368
<param><ptype>ALCdevice</ptype> *<name>device</name></param>
33693369
</command>
33703370
<command export="alc" comment="Obtain the most recent Device error.">
3371-
<proto group="ErrorCode"><ptype>ALCenum</ptype> <name>alcGetError</name></proto>
3371+
<proto group="ContextErrorCode"><ptype>ALCenum</ptype> <name>alcGetError</name></proto>
33723372
<param><ptype>ALCdevice</ptype> *<name>device</name></param>
33733373
</command>
33743374
<command export="alc">
@@ -3491,7 +3491,7 @@ typedef void (ALC_APIENTRY*<name>ALCEVENTPROCTYPESOFT</name>)(<type>ALCenum</typ
34913491
</command>
34923492
<command>
34933493
<proto group="EventSupportSOFT"><ptype>ALCenum</ptype> <name>alcEventIsSupportedSOFT</name></proto>
3494-
<param group="EventTypeSOFT"><ptype>ALCenum</ptype> <name>eventType</name></param>
3494+
<param group="SystemEventTypeSOFT"><ptype>ALCenum</ptype> <name>eventType</name></param>
34953495
<param group="DeviceTypeSOFT"><ptype>ALCenum</ptype> <name>deviceType</name></param>
34963496
</command>
34973497
<command>

0 commit comments

Comments
 (0)