summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorMartin Hammerschmid <linux@home.pages.at>2002-11-23 11:25:54 +0100
committerMartin Hammerschmid <linux@home.pages.at>2002-11-23 11:25:54 +0100
commitd4acf91a5ebc13da557af6a5388b9502df86148b (patch)
tree463a81d4c8b8ff0525bf7850e960d6f4d4d2c1e1 /setup.h
parent575800cfff3962e6beb609052668586a1a8e0b75 (diff)
downloadvdr-plugin-lcdproc-d4acf91a5ebc13da557af6a5388b9502df86148b.tar.gz
vdr-plugin-lcdproc-d4acf91a5ebc13da557af6a5388b9502df86148b.tar.bz2
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 1fbe9d6..5fec4c1 100644
--- a/setup.h
+++ b/setup.h
@@ -1,6 +1,8 @@
#ifndef LCD_SETUP_H
#define LCD_SETUP_H
+#define LCDMAXOUTPUTS 10
+
class cLcdSetup {
public:
int FullCycle;
@@ -11,10 +13,13 @@ public:
int Charmap;
int AltShift;
int BackLight;
+ int OutputNumber;
+ int OutputFunction[LCDMAXOUTPUTS];
public:
cLcdSetup(void);
};
+
extern cLcdSetup LcdSetup;
#endif