diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-04-03 12:49:56 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-04-03 12:49:56 +0200 |
commit | e622854789ff8a521dc837379147b6e851d52875 (patch) | |
tree | d71cfde84e762e40d3413576e94b073afff5e2b3 /osdbase.h | |
parent | 792b9dc45fd68f6f0f0db4073982303171dbfb08 (diff) | |
download | vdr-e622854789ff8a521dc837379147b6e851d52875.tar.gz vdr-e622854789ff8a521dc837379147b6e851d52875.tar.bz2 |
cOsdMenu::Display() now checks whether the OSD size has changed and if so calls SetDisplayMenu()
Diffstat (limited to 'osdbase.h')
-rw-r--r-- | osdbase.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: osdbase.h 4.1 2015/09/10 11:17:52 kls Exp $ + * $Id: osdbase.h 4.2 2017/04/03 12:02:16 kls Exp $ */ #ifndef __OSDBASE_H @@ -87,6 +87,7 @@ class cOsdMenu : public cOsdObject, public cList<cOsdItem> { private: static cSkinDisplayMenu *displayMenu; static int displayMenuCount; + static int osdState; int displayMenuItems; char *title; int cols[cSkinDisplayMenu::MaxTabs]; |