infoviewer: prepare for configurable logo position

For now, this needs to be set with the LOGO_POS environment variable.
See the comment above showChannelLogo() for possible values.
Defaults should be the same as before, if not please report.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@178 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
seife
2010-01-17 20:05:20 +00:00
parent 5d951d0df9
commit 34e3cf42d1
2 changed files with 237 additions and 18 deletions

View File

@@ -66,6 +66,8 @@ class CInfoViewer
int BoxStartY;
int ButtonWidth;
std::string ChannelName;
int ChanNameX;
int ChanNameY;
int ChanWidth;
@@ -117,6 +119,7 @@ class CInfoViewer
void showFailure();
void showMotorMoving(int duration);
void showLcdPercentOver();
int showChannelLogo(const t_channel_id logo_channel_id);
void showSNR();
public: