diff options
| -rw-r--r-- | vdr_menu.c | 2 | ||||
| -rw-r--r-- | vdr_menu.h | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -675,7 +675,9 @@ mgMainMenu::DisplayGoto (unsigned int select) RefreshCurrent (); } Display (); +#if VDRVERSNUM >= 10307 DisplayMenu()->SetTabs(25); +#endif } @@ -174,11 +174,13 @@ class mgMainMenu:public cOsdMenu //! \brief clears the screen, sets a title and buttons with text on them void InitOsd (const char *title,const bool hashotkeys); +#if VDRVERSNUM >= 10307 //! \brief expose the protected DisplayMenu() from cOsdMenu cSkinDisplayMenu *DisplayMenu(void) { return cOsdMenu::DisplayMenu(); } +#endif //! \brief expose the protected cOsdMenu::hk() const char *hk (const char *s) |
