diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-27 12:36:21 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-27 12:36:21 +0200 |
commit | cade7eb70ef4349394bdaaec78c211134185b973 (patch) | |
tree | ac11ce135ce1aca9505ba263c3517b6e18028c1b /remote.h | |
parent | 749b5090ab7aee382945e69ad4b61606e0c42512 (diff) | |
download | vdr-cade7eb70ef4349394bdaaec78c211134185b973.tar.gz vdr-cade7eb70ef4349394bdaaec78c211134185b973.tar.bz2 |
Avoiding short display of the main menu if a plugin displays its own OSD
Diffstat (limited to 'remote.h')
-rw-r--r-- | remote.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: remote.h 1.25 2003/04/12 14:14:49 kls Exp $ + * $Id: remote.h 1.26 2003/04/27 12:05:48 kls Exp $ */ #ifndef __REMOTE_H @@ -45,6 +45,7 @@ public: static bool Put(eKeys Key); static bool PutMacro(eKeys Key); static const char *GetPlugin(void) { return plugin; } + static bool HasKeys(void) { return in != out; } static eKeys Get(int WaitMs = 1000, char **UnknownCode = NULL); }; |