- epgplus: add channellogo to header

This commit is contained in:
svenhoefer
2017-04-22 16:11:55 +02:00
parent 9ef6c49a23
commit e74db896bb
2 changed files with 33 additions and 2 deletions

View File

@@ -84,6 +84,8 @@ class EpgPlus
void paint(const char * Name = NULL);
void paintChannelLogo(const CZapitChannel * Channel = NULL);
static int getUsedHeight();
//// attributes
@@ -192,6 +194,7 @@ class EpgPlus
ChannelEntry(const CZapitChannel* channel,
int index,
CFrameBuffer* frameBuffer,
Header* header,
Footer* footer,
CBouquetList* bouquetList,
int x,
@@ -216,6 +219,7 @@ class EpgPlus
int index;
CFrameBuffer* frameBuffer;
Header* header;
Footer* footer;
CBouquetList* bouquetList;