mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Switching through channel groups now starts at current channel's group
This commit is contained in:
7
menu.h
7
menu.h
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: menu.h 1.25 2001/09/01 14:52:48 kls Exp $
|
||||
* $Id: menu.h 1.26 2001/09/08 13:58:46 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef _MENU_H
|
||||
@@ -31,14 +31,15 @@ public:
|
||||
|
||||
class cDisplayChannel : public cOsdBase {
|
||||
private:
|
||||
bool withInfo, group;
|
||||
int group;
|
||||
bool withInfo;
|
||||
int lines;
|
||||
int lastTime;
|
||||
int oldNumber, number;
|
||||
void DisplayChannel(const cChannel *Channel);
|
||||
void DisplayInfo(void);
|
||||
public:
|
||||
cDisplayChannel(int Number, bool Switched, bool Group = false);
|
||||
cDisplayChannel(int Number, bool Switched);
|
||||
cDisplayChannel(eKeys FirstKey);
|
||||
virtual ~cDisplayChannel();
|
||||
virtual eOSState ProcessKey(eKeys Key);
|
||||
|
Reference in New Issue
Block a user