From cf376b4bc862f98d09ddb2fc6ca4751ae259a3d2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 29 Oct 2008 20:49:51 +0100 Subject: output: moved audioDeviceStates to audio_output.enabled --- src/output_internal.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/output_internal.h') 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 @@ -40,6 +40,11 @@ struct audio_output { */ void *data; + /** + * Has the user enabled this device? + */ + bool enabled; + /** * Is the device (already) open and functional? */ -- cgit v1.2.3