diff options
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(); |