diff options
Diffstat (limited to 'displayreplay.h')
-rw-r--r-- | displayreplay.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/displayreplay.h b/displayreplay.h index 99ee9ef..c6ca2e4 100644 --- a/displayreplay.h +++ b/displayreplay.h @@ -32,12 +32,14 @@ private: bool modeOnly; int iconHeight; int lineHeight; - tColor frameColor; + tColor frameColorFg; + tColor frameColorBg; + tColor frameColorMg; int lastCurrentWidth; int lastTotalWidth; cString lastDate; tTrackId lastTrackId; - bool isTimeShift; + bool isRecording; int framesTotal; double fps; cString endTime; @@ -50,6 +52,7 @@ private: bool lastOn; bool On; bool pbinit; + bool timshiftMode; public: cLCARSNGDisplayReplay(bool ModeOnly); virtual ~cLCARSNGDisplayReplay(); |