diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-19 22:42:04 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-19 22:42:04 +0100 |
commit | 24af81d9b74a3ef4d338dd9dea36dae2574a03f0 (patch) | |
tree | d186e710900e7bf3da6b391916d1abe689934c72 /displayreplay.h | |
parent | 392854c22870d1925926f6b975af8c68f75e18e7 (diff) | |
download | skin-flatplus-24af81d9b74a3ef4d338dd9dea36dae2574a03f0.tar.gz skin-flatplus-24af81d9b74a3ef4d338dd9dea36dae2574a03f0.tar.bz2 |
add menu & topbar icons
Diffstat (limited to 'displayreplay.h')
-rw-r--r-- | displayreplay.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/displayreplay.h b/displayreplay.h index a6476bed..0302ede6 100644 --- a/displayreplay.h +++ b/displayreplay.h @@ -10,9 +10,14 @@ class cFlatDisplayReplay : public cFlatBaseRender, public cSkinDisplayReplay { cPixmap *labelPixmap; cPixmap *labelJump; cPixmap *iconsPixmap; + + int screenWidth, lastScreenWidth; + int screenHeight; + double screenAspect; bool ProgressShown; void UpdateInfo(void); + void ResolutionAspectDraw(void); public: cFlatDisplayReplay(bool ModeOnly); virtual ~cFlatDisplayReplay(); |