neutrino.h: add StartPip() member

This commit is contained in:
[CST] Focus
2013-03-13 16:19:56 +04:00
parent 76f50de569
commit 75b0eafd86

View File

@@ -223,6 +223,7 @@ public:
void numericZap(int msg);
void StopSubtitles();
void StartSubtitles(bool show = true);
bool StartPip(const t_channel_id channel_id);
void SelectSubtitles();
void showInfo(void);
CConfigFile* getConfigFile() {return &configfile;};