summaryrefslogtreecommitdiff
path: root/displayreplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'displayreplay.h')
-rw-r--r--displayreplay.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/displayreplay.h b/displayreplay.h
index a5ce2541..e9901809 100644
--- a/displayreplay.h
+++ b/displayreplay.h
@@ -5,18 +5,19 @@
class cFlatDisplayReplay : public cFlatBaseRender, public cSkinDisplayReplay {
private:
cString current, total;
-
+
int labelHeight;
cPixmap *labelPixmap;
cPixmap *labelJump;
cPixmap *iconsPixmap;
+ cFont *fontSecs;
const cRecording *recording;
int screenWidth, lastScreenWidth;
int screenHeight;
double screenAspect;
-
+
bool ProgressShown;
void UpdateInfo(void);
void ResolutionAspectDraw(void);