diff options
author | Chris Robinson <[email protected]> | 2009-12-09 12:14:53 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-12-09 12:14:53 -0800 |
commit | 2b7953c472f1f0a6045dd4768ad1feceffce4cb3 (patch) | |
tree | 1c53d35296d8cbadb1d1877957b1bc01ebd354e3 /OpenAL32 | |
parent | 368ef1cea9f2f17158ffebc70cab5c466652a176 (diff) |
Track whether a context is suspended or not
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index cb290e0c..b33f797b 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -316,6 +316,8 @@ struct ALCcontext_struct ALenum LastError; ALboolean InUse; + ALboolean Suspended; + ALenum DistanceModel; ALboolean SourceDistanceModel; |