diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-29 12:51:19 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-08-31 15:37:00 +0200 |
commit | 1603289e38cdc5904a56bed465c8a5406014ecf1 (patch) | |
tree | 248e7d2280ab187862d90e8545c748b13fd9b532 /displayreplay.h | |
parent | 65a100dbfb2fe98ac796b51aafe2280dbde04fc2 (diff) | |
download | skin-lcarsng-1603289e38cdc5904a56bed465c8a5406014ecf1.tar.gz skin-lcarsng-1603289e38cdc5904a56bed465c8a5406014ecf1.tar.bz2 |
Optical changes to cLCARSNGDisplayReplay
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(); |