epgview.cpp: -add adzap

This commit is contained in:
Jacek Jendrzej
2014-02-04 19:32:06 +01:00
parent e9725e393e
commit 3818875a80
8 changed files with 61 additions and 17 deletions

View File

@@ -87,7 +87,8 @@ class CEpgData
void showText( int startPos, int ypos );
bool hasFollowScreenings(const t_channel_id channel_id, const std::string & title);
int FollowScreenings(const t_channel_id channel_id, const std::string & title);
void showTimerEventBar(bool show);
void showTimerEventBar(bool show, bool webzap=false);
bool isCurrentEPG(const t_channel_id channel_id);
public: