From 9d509c37e712974d653b8ccd2ceddfda7c9cccfe Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 8 Sep 2001 14:39:09 +0200 Subject: Switching through channel groups now starts at current channel's group --- menu.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'menu.h') diff --git a/menu.h b/menu.h index 2c5ed394..d07684ae 100644 --- a/menu.h +++ b/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); -- cgit v1.2.3