aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-08-20 23:59:24 -0700
committerChris Robinson <[email protected]>2011-08-20 23:59:24 -0700
commitf196a9fc67551aef43f75c3e36f3031170a03dac (patch)
treeb320e7754450bbd7eddc75875b3e9c21e9857377 /OpenAL32/Include/alSource.h
parent7ea71d8bfaa7a05e329ab15ca8828cbc7fe7d00f (diff)
Defer source state changes from alSourcePlay/Pause/Stop/Rewind calls
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r--OpenAL32/Include/alSource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index 8906a9ac..87d04eb8 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -51,6 +51,7 @@ typedef struct ALsource
enum Resampler Resampler;
ALenum state;
+ ALenum new_state;
ALuint position;
ALuint position_fraction;