summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-01 09:04:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-01 09:04:37 +0200
commita8f8de9dc9fda5fc94e5bc3d98dac5785e72d7da (patch)
tree3afd0bc9751c677efe4dba5849b8e529e146cb7b /config.h
parenta92b585c1ee19c74cfbc23e0096509a8101294fa (diff)
downloadvdr-a8f8de9dc9fda5fc94e5bc3d98dac5785e72d7da.tar.gz
vdr-a8f8de9dc9fda5fc94e5bc3d98dac5785e72d7da.tar.bz2
Implemented automatic shutdown
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.h b/config.h
index 70f35740..78502e1b 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.66 2001/08/26 14:46:53 kls Exp $
+ * $Id: config.h 1.67 2001/09/01 07:15:26 kls Exp $
*/
#ifndef __CONFIG_H
@@ -19,7 +19,7 @@
#include "eit.h"
#include "tools.h"
-#define VDRVERSION "0.93"
+#define VDRVERSION "0.9.4"
#define MaxBuffer 10000
@@ -295,6 +295,7 @@ public:
int ChannelInfoPos;
int OSDwidth, OSDheight;
int MaxVideoFileSize;
+ int MinEventTimeout, MinUserInactivity;
int CurrentChannel;
cSetup(void);
bool Load(const char *FileName);