diff options
Diffstat (limited to 'statusheader.h')
-rw-r--r-- | statusheader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/statusheader.h b/statusheader.h index de44315..3096803 100644 --- a/statusheader.h +++ b/statusheader.h @@ -9,12 +9,15 @@ class cStatusHeader : public cStyledPixmap {
private:
int width, height;
+ int tvFrameWidth;
cPixmap *pixmapText;
cPixmap *pixmapTVFrame;
int DrawPoster(const cEvent *event, int x, int y, int height, int border);
+ void DecorateVideoFrame(void);
public:
cStatusHeader(void);
virtual ~cStatusHeader(void);
+ void Draw(void);
void ScaleVideo(void);
void DrawInfoText(cGrid *grid);
};
|