summaryrefslogtreecommitdiff
path: root/displayreplay.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-03-26 16:27:51 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-03-28 12:35:24 +0100
commit97a994ac366bd3772e3f535a767fffc3bcf1c4ba (patch)
tree9a351bafed80b5d0076352ed2bd8be65fe94b69f /displayreplay.h
parentc5b9a477844e2255a409690d96a7da4cedb32361 (diff)
downloadskin-lcarsng-97a994ac366bd3772e3f535a767fffc3bcf1c4ba.tar.gz
skin-lcarsng-97a994ac366bd3772e3f535a767fffc3bcf1c4ba.tar.bz2
Add new themes
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 ca16d01..27e6d47 100644
--- a/displayreplay.h
+++ b/displayreplay.h
@@ -29,13 +29,14 @@ private:
const cFont *font;
int Margin;
int xp00, xp01, xp02, xp03, xp04, xp05, xp06, xp07, xp08, xp09, xp10, xp11, xp12, xp13, xp14, xp15;
- int yp00, yp01, yp02, yp03, yp04, yp05, yp06, yp07, yp08, yp09;
+ int yp00A, yp00, yp01, yp02, yp03, yp04, yp05, yp06, yp07, yp08, yp09;
bool modeOnly;
int iconHeight;
int lineHeight;
tColor frameColorFg;
tColor frameColorBg;
- tColor frameColorMg;
+ tColor frameColorBr;
+ tColor textColorBg;
int lastCurrentWidth;
int lastTotalWidth;
cString lastDate;