This commit is contained in:
[CST] Focus
2012-02-10 19:11:39 +04:00
19 changed files with 1752 additions and 1577 deletions

View File

@@ -118,7 +118,6 @@ class CInfoViewer
int lastsnr, lastsig, lasthdd, lastvar, lasttime;
CProgressBar *snrscale, *sigscale, *hddscale, *varscale, *timescale;
int hddwidth;
void changePB();
bool casysChange;
bool channellogoChange;
void paintBackground(int col_Numbox);
@@ -184,6 +183,7 @@ class CInfoViewer
int handleMsg(const neutrino_msg_t msg, neutrino_msg_data_t data);
void clearVirtualZapMode() {virtual_zap_mode = false;}
void changePB();
};
class CInfoViewerHandler : public CMenuTarget