diff options
| author | louis <louis.braun@gmx.de> | 2013-08-25 13:57:10 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2013-08-25 13:57:10 +0200 |
| commit | 9eabdcd20960924b690d6820691c6159618d18e7 (patch) | |
| tree | 522dcf224f2aaa1f8bee92ca4ecaec35fc71ed4a /statusheader.h | |
| parent | c545f6b4cfc4c8fe604eb216fb1d8c86550e74ca (diff) | |
| download | vdr-plugin-tvguide-9eabdcd20960924b690d6820691c6159618d18e7.tar.gz vdr-plugin-tvguide-9eabdcd20960924b690d6820691c6159618d18e7.tar.bz2 | |
Added tvscraper support
Diffstat (limited to 'statusheader.h')
| -rw-r--r-- | statusheader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/statusheader.h b/statusheader.h index c1acc91..06bd601 100644 --- a/statusheader.h +++ b/statusheader.h @@ -5,8 +5,10 @@ class cStatusHeader : public cStyledPixmap {
private:
+ int width, height;
cPixmap *pixmapText;
cPixmap *pixmapTVFrame;
+ int DrawPoster(const cEvent *event, int x, int y, int height, int border);
public:
cStatusHeader(void);
virtual ~cStatusHeader(void);
|
