src/gui/eventlist.cpp show prev next channel name on start

This commit is contained in:
Jacek Jendrzej
2017-05-08 17:39:30 +02:00
parent f1779d0a97
commit 5f9f82b8e6
2 changed files with 50 additions and 34 deletions

View File

@@ -116,7 +116,8 @@ class CEventList : public CListHelpers
void showProgressBar(int pos);
void hide();
void showFunctionBar(t_channel_id channel_id);
void getPrvNextChannelName(t_channel_id &channel_id,std::string &next_channel_name,std::string &prev_channel_name,std::string &current_channel_name, neutrino_msg_t msg);
int timerPre;
int timerPost;
void UpdateTimerList(void);