diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-04-23 09:47:26 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-04-23 09:47:26 +0200 |
commit | 28685f98956404b42766417ba71df6a5a3030ebf (patch) | |
tree | 9089af96141dcee0f1d83fca3eb27f5a270f4da2 /osdbase.h | |
parent | 3d32b07862aff8de213e999f27eaf9082696ec01 (diff) | |
download | vdr-28685f98956404b42766417ba71df6a5a3030ebf.tar.gz vdr-28685f98956404b42766417ba71df6a5a3030ebf.tar.bz2 |
A cOsdMenu can now handle skins that display different numbers of items in the various menu categories
Diffstat (limited to 'osdbase.h')
-rw-r--r-- | osdbase.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: osdbase.h 2.3 2012/04/08 11:18:38 kls Exp $ + * $Id: osdbase.h 2.4 2012/04/23 09:40:07 kls Exp $ */ #ifndef __OSDBASE_H @@ -86,7 +86,7 @@ class cOsdMenu : public cOsdObject, public cList<cOsdItem> { private: static cSkinDisplayMenu *displayMenu; static int displayMenuCount; - static int displayMenuItems; + int displayMenuItems; char *title; int cols[cSkinDisplayMenu::MaxTabs]; int first, current, marked; |