summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-02 15:21:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-02 15:21:54 +0200
commit22ccf22f6f4c2dd94e322f0aebf134a90b310fae (patch)
tree5d6d38dc2b94ff37150f38b3248636ae5e1cfd5a /config.h
parent0d7571054579614f9278999077921942ca08a7bf (diff)
downloadvdr-22ccf22f6f4c2dd94e322f0aebf134a90b310fae.tar.gz
vdr-22ccf22f6f4c2dd94e322f0aebf134a90b310fae.tar.bz2
Using subtitle for repeating timers; taking summary at recording time
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index b13cd19b..e1aecc8a 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 1.70 2001/09/01 15:16:42 kls Exp $
+ * $Id: config.h 1.71 2001/09/02 15:03:19 kls Exp $
*/
#ifndef __CONFIG_H
@@ -292,6 +292,7 @@ public:
int SortTimers;
int PrimaryLimit;
int DefaultPriority, DefaultLifetime;
+ int UseSubtitle;
int VideoFormat;
int ChannelInfoPos;
int OSDwidth, OSDheight;