diff options
author | louis <louis.braun@gmx.de> | 2013-05-24 16:23:23 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-05-24 16:23:23 +0200 |
commit | 9f47ab764efc83d8bf94f25c4badeb6e4c91c649 (patch) | |
tree | d919adf7613949f0107b968c2bf13736075c17fc /statusheader.h | |
parent | c611e004582067640111ef2f023410025201157d (diff) | |
download | vdr-plugin-tvguide-9f47ab764efc83d8bf94f25c4badeb6e4c91c649.tar.gz vdr-plugin-tvguide-9f47ab764efc83d8bf94f25c4badeb6e4c91c649.tar.bz2 |
Version 0.0.4
Diffstat (limited to 'statusheader.h')
-rw-r--r-- | statusheader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/statusheader.h b/statusheader.h index fdd3149..051c0c9 100644 --- a/statusheader.h +++ b/statusheader.h @@ -6,6 +6,7 @@ class cStatusHeader : public cStyledPixmap {
private:
cPixmap *pixmapText;
+ cPixmap *pixmapTVFrame;
public:
cStatusHeader(void);
virtual ~cStatusHeader(void);
|