summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorJoachim Wilke <vdr@joachim-wilke.de>2009-03-07 00:00:00 +0100
committerJoachim Wilke <vdr@joachim-wilke.de>2009-03-07 00:00:00 +0100
commitdd480d3431b3507af78e54a6e12e0421d6ed58f4 (patch)
tree87e0bf88262848d1425531a173c569d7266243a1 /setup.c
parent620a9d6b6edd1e96e76d81088dff03c17393bb52 (diff)
downloadvdr-plugin-lcdproc-dd480d3431b3507af78e54a6e12e0421d6ed58f4.tar.gz
vdr-plugin-lcdproc-dd480d3431b3507af78e54a6e12e0421d6ed58f4.tar.bz2
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/setup.c b/setup.c
index 923a395..218f88d 100644
--- a/setup.c
+++ b/setup.c
@@ -10,17 +10,18 @@ cLcdSetup::cLcdSetup(void)
Scrollwait = 10;
Scrollspeed = 3;
Charmap = 0;
- AltShift = 0;
- BackLight = 2;
- ClientPrioN = 100;
- ClientPrioH = 255;
- SetPrio = 2;
- BackLightWait = 20;
- PrioWait = 60;
+ AltShift = 0;
+ BackLight = 2;
+ ClientPrioN = 100;
+ ClientPrioH = 255;
+ SetPrio = 2;
+ BackLightWait = 20;
+ PrioWait = 60;
OutputNumber = 0;
for (int i = 0; i < LCDMAXOUTPUTS; i++)
OutputFunction[i] = 0;
RecordingStatus = 0;
ShowTime = 1;
+ ShowSubtitle = 1;
}