diff options
| author | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-01-08 03:49:06 +0000 |
|---|---|---|
| committer | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-01-08 03:49:06 +0000 |
| commit | b36c256ad747084ba4367f4c024cd0534dbeb37c (patch) | |
| tree | e4f76296787dace4240beeecbbf3479adf687d53 | |
| parent | 0756ae40d68d403082c86adef042a4c0daba219f (diff) | |
| download | vdr-plugin-muggle-b36c256ad747084ba4367f4c024cd0534dbeb37c.tar.gz vdr-plugin-muggle-b36c256ad747084ba4367f4c024cd0534dbeb37c.tar.bz2 | |
ported to 1.2.6
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@326 e10066b5-e1e2-0310-b819-94efdf66514b
| -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) |
