epgplus: add channellogo to header

Origin commit data
------------------
Branch: ni/coolstream
Commit: e74db896bb
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-22 (Sat, 22 Apr 2017)

Origin message was:
------------------
- epgplus: add channellogo to header

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-04-22 16:11:55 +02:00
parent 425c0b40de
commit 450943123a
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;