mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user