summaryrefslogtreecommitdiff
path: root/displayreplay.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-03-13 19:59:24 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-03-13 19:59:24 +0100
commit26ea9ceb9851ba99029bd9fdf2ed33ce9585870b (patch)
tree920be735f33f1b2c1d820844a834385befe9a219 /displayreplay.h
parentc5f863439a16f8189b308f3eee2917e9c0ff9999 (diff)
downloadskin-flatplus-26ea9ceb9851ba99029bd9fdf2ed33ce9585870b.tar.gz
skin-flatplus-26ea9ceb9851ba99029bd9fdf2ed33ce9585870b.tar.bz2
add cutted length while play recording in info
Diffstat (limited to 'displayreplay.h')
-rw-r--r--displayreplay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/displayreplay.h b/displayreplay.h
index 0302ede6..4a86a1fe 100644
--- a/displayreplay.h
+++ b/displayreplay.h
@@ -11,6 +11,8 @@ class cFlatDisplayReplay : public cFlatBaseRender, public cSkinDisplayReplay {
cPixmap *labelJump;
cPixmap *iconsPixmap;
+ const cRecording *recording;
+
int screenWidth, lastScreenWidth;
int screenHeight;
double screenAspect;