Implemented additional dedicated keys

This commit is contained in:
Klaus Schmidinger
2002-10-27 14:32:06 +01:00
parent 462463404d
commit 74c74fb5d2
9 changed files with 389 additions and 121 deletions

3
menu.h
View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: menu.h 1.48 2002/10/13 10:34:09 kls Exp $
* $Id: menu.h 1.49 2002/10/27 12:04:49 kls Exp $
*/
#ifndef __MENU_H
@@ -35,6 +35,7 @@ private:
int number;
void DisplayChannel(const cChannel *Channel);
void DisplayInfo(void);
void Refresh(void);
public:
cDisplayChannel(int Number, bool Switched);
cDisplayChannel(eKeys FirstKey);