From 14d6ab384d631a397c8e54c5a4dd24a1544324ed Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 15 Jun 2011 01:59:07 -0700 Subject: Use a flag to specify when a device is running --- OpenAL32/Include/alMain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 2e06f7bd..b304d63d 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -480,6 +480,8 @@ struct ALCdevice_struct // Channel configuration was requested by the config file #define DEVICE_CHANNELS_REQUEST (1<<3) +// Specifies if the device is currently running +#define DEVICE_RUNNING (1<<31) struct ALCcontext_struct { -- cgit v1.2.3