diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2013-01-02 11:35:28 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2013-01-02 11:35:28 +0100 |
commit | b91509cf7c91def59a084d63fb2c3a523c71760e (patch) | |
tree | 8c9617a354b9c70ba4c0fa34aa2f50668526c13c /menu_whatson.h | |
parent | 41903ba9ebaa35299d53bffa66a009c8b797a41d (diff) | |
download | vdr-plugin-epgsearch-b91509cf7c91def59a084d63fb2c3a523c71760e.tar.gz vdr-plugin-epgsearch-b91509cf7c91def59a084d63fb2c3a523c71760e.tar.bz2 |
- use of new menu categories introduced in vdr-1.7.33/34
- call SetItemEvent to pass schedule info to skins
Diffstat (limited to 'menu_whatson.h')
-rw-r--r-- | menu_whatson.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/menu_whatson.h b/menu_whatson.h index fa0f3ec..a30a5ab 100644 --- a/menu_whatson.h +++ b/menu_whatson.h @@ -41,6 +41,8 @@ public: cMenuMyScheduleItem(const cEvent *Event, cChannel *Channel = NULL, showMode ShowMode = showNow, cMenuTemplate* menuTemplate = NULL); bool Update(bool Force = false); + virtual void SetMenuItem(cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable); + }; // --- cMenuWhatsOnSearch ---------------------------------------------------------- |