summaryrefslogtreecommitdiff
path: root/statusheader.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-08-25 13:57:10 +0200
committerlouis <louis.braun@gmx.de>2013-08-25 13:57:10 +0200
commit9eabdcd20960924b690d6820691c6159618d18e7 (patch)
tree522dcf224f2aaa1f8bee92ca4ecaec35fc71ed4a /statusheader.h
parentc545f6b4cfc4c8fe604eb216fb1d8c86550e74ca (diff)
downloadvdr-plugin-tvguide-9eabdcd20960924b690d6820691c6159618d18e7.tar.gz
vdr-plugin-tvguide-9eabdcd20960924b690d6820691c6159618d18e7.tar.bz2
Added tvscraper support
Diffstat (limited to 'statusheader.h')
-rw-r--r--statusheader.h2
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);