summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorandreas 'randy' weinberger <vdr@smue.org>2011-01-23 16:41:36 +0100
committerandreas 'randy' weinberger <vdr@smue.org>2011-01-23 16:41:36 +0100
commit6de17bd75905cccb8e5d24545491eb0a74b4bd22 (patch)
treefccac0c31c6e40d9d39d27862228682399793fb2 /setup.h
parentb5ed30d0f422f572b7e36968a9182b8f2ecdb134 (diff)
downloadvdr-plugin-graphlcd-6de17bd75905cccb8e5d24545491eb0a74b4bd22.tar.gz
vdr-plugin-graphlcd-6de17bd75905cccb8e5d24545491eb0a74b4bd22.tar.bz2
added SPAN patch
see http://projects.vdr-developer.org/issues/523
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 184aa02..2796856 100644
--- a/setup.h
+++ b/setup.h
@@ -54,6 +54,8 @@ public:
int BrightnessActive;
int BrightnessIdle;
int BrightnessDelay;
+ int enableSpectrumAnalyzer; //span
+ int SAShowVolume;
public:
cGraphLCDSetup(void);