diff options
author | Martin Schirrmacher <vdr.neutrinoepg@schirrmacher.eu> | 2013-04-11 22:24:09 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.neutrinoepg@schirrmacher.eu> | 2013-04-11 22:24:09 +0200 |
commit | 157e6d55189f93971de81e58f24df385cbd038d0 (patch) | |
tree | 4a0171504aacccbe89e7678be4e8a60d89d615f6 /osdmenu.h | |
parent | 6189ade8f0b0bb3aadeb82acc9bd007a78703c80 (diff) | |
download | vdr-plugin-neutrinoepg-157e6d55189f93971de81e58f24df385cbd038d0.tar.gz vdr-plugin-neutrinoepg-157e6d55189f93971de81e58f24df385cbd038d0.tar.bz2 |
Fix Behandlung von HideRadioChannels & HideEncryptedChannels; Fix MiddleMenuEntry
Diffstat (limited to 'osdmenu.h')
-rw-r--r-- | osdmenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ class myOsdMenu : public cOsdMenu int GetLastChannelOfGroup(int Group); int GetNextChannel(int ChanIndex); int GetPrevChannel(int ChanIndex); + int GetNextChannelOfGroup(int ChanIndex, int Group); + int GetPrevChannelOfGroup(int ChanIndex, int Group); bool isChannelInGroup(int ChanIndex, int Group); bool ChannelsHasGroup(void); bool FirstChannelsHasGroup(void); |