diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-01 15:23:27 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-01 15:23:27 +0200 |
commit | 4aee497101eb0546b34edfd3ccf34fe5ba140f3d (patch) | |
tree | aac7fb289bdc7cee1f9251b8f17153da25100a0c /interface.h | |
parent | 5a5fc72814c0a687d38b64c387f9bda642f8c4aa (diff) | |
download | vdr-4aee497101eb0546b34edfd3ccf34fe5ba140f3d.tar.gz vdr-4aee497101eb0546b34edfd3ccf34fe5ba140f3d.tar.bz2 |
New setup parameter OSDMessageTime
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface.h b/interface.h index 925c33e6..dbfa1bca 100644 --- a/interface.h +++ b/interface.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: interface.h 1.23 2001/09/01 07:29:24 kls Exp $ + * $Id: interface.h 1.24 2001/09/01 15:14:50 kls Exp $ */ #ifndef __INTERFACE_H @@ -29,7 +29,7 @@ private: unsigned int GetCh(bool Wait = true, bool *Repeat = NULL, bool *Release = NULL); void QueryKeys(void); void HelpButton(int Index, const char *Text, eDvbColor FgColor, eDvbColor BgColor); - eKeys Wait(int Seconds = 1, bool KeepChar = false); + eKeys Wait(int Seconds = 0, bool KeepChar = false); public: cInterface(int SVDRPport = 0); ~cInterface(); |