summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorMartin Hammerschmid <linux@home.pages.at>2004-01-17 18:38:58 +0100
committerMartin Hammerschmid <linux@home.pages.at>2004-01-17 18:38:58 +0100
commita1a98bf76178df893addb968f2af9369da1a537b (patch)
tree4025eabf275a759516fc182f32d403e9f62cba1a /setup.c
parent161feb1fe49c2604f2cd2baf00549ee05083e677 (diff)
downloadvdr-plugin-lcdproc-a1a98bf76178df893addb968f2af9369da1a537b.tar.gz
vdr-plugin-lcdproc-a1a98bf76178df893addb968f2af9369da1a537b.tar.bz2
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c21
1 files changed, 13 insertions, 8 deletions
diff --git a/setup.c b/setup.c
index 6877dbd..28c348e 100644
--- a/setup.c
+++ b/setup.c
@@ -4,14 +4,19 @@ cLcdSetup LcdSetup;
cLcdSetup::cLcdSetup(void)
{
- FullCycle = 10;
- TimeCycle = 7;
- VolumeKeep = 15;
- Scrollwait = 10;
- Scrollspeed = 3;
- Charmap = 0;
- AltShift = 0;
- BackLight = 1;
+ FullCycle = 10;
+ TimeCycle = 7;
+ VolumeKeep = 15;
+ Scrollwait = 10;
+ Scrollspeed = 3;
+ Charmap = 0;
+ AltShift = 0;
+ BackLight = 1;
+ ClientPrioN = 128;
+ ClientPrioH = 16;
+ SetPrio = 0;
+ BackLightWait = 0;
+ PrioWait = 0;
OutputNumber = 0;
for (int i = 0; i < LCDMAXOUTPUTS; i++)
OutputFunction[i] = 0;