aboutsummaryrefslogtreecommitdiff
path: root/src/output_internal.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-29 20:49:51 +0100
committerMax Kellermann <max@duempel.org>2008-10-29 20:49:51 +0100
commitcf376b4bc862f98d09ddb2fc6ca4751ae259a3d2 (patch)
tree35363a2d380d32164b5fa69da0ae3bea3c0644ab /src/output_internal.h
parent2f76db4c7842ffdb989d2081b0835a83a3219f35 (diff)
output: moved audioDeviceStates to audio_output.enabled
Diffstat (limited to 'src/output_internal.h')
-rw-r--r--src/output_internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/output_internal.h b/src/output_internal.h
index d3f65008..0fae6f30 100644
--- a/src/output_internal.h
+++ b/src/output_internal.h
@@ -41,6 +41,11 @@ struct audio_output {
void *data;
/**
+ * Has the user enabled this device?
+ */
+ bool enabled;
+
+ /**
* Is the device (already) open and functional?
*/
bool open;