summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-03-21 12:57:24 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-03-26 13:34:49 +0100
commitc5b9a477844e2255a409690d96a7da4cedb32361 (patch)
treef63d613047292fc9c02ee26bdf5c7ff1b6390678 /setup.h
parentc3fd79e041d20a221c5d6effb00cfc60d50dfd9e (diff)
downloadskin-lcarsng-c5b9a477844e2255a409690d96a7da4cedb32361.tar.gz
skin-lcarsng-c5b9a477844e2255a409690d96a7da4cedb32361.tar.bz2
Menu view configureable
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 8ed2f77..577cf64 100644
--- a/setup.h
+++ b/setup.h
@@ -1,6 +1,8 @@
#include <vdr/menu.h>
class cLCARSNGSetup : public cMenuSetupPage {
+private:
+ const char *menuView[3];
protected:
virtual void Store(void);
public: