summaryrefslogtreecommitdiff
path: root/displaymenu.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 /displaymenu.h
parentc5b9a477844e2255a409690d96a7da4cedb32361 (diff)
downloadskin-lcarsng-97a994ac366bd3772e3f535a767fffc3bcf1c4ba.tar.gz
skin-lcarsng-97a994ac366bd3772e3f535a767fffc3bcf1c4ba.tar.bz2
Add new themes
Diffstat (limited to 'displaymenu.h')
-rw-r--r--displaymenu.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/displaymenu.h b/displaymenu.h
index e96bc4c..d416d14 100644
--- a/displaymenu.h
+++ b/displaymenu.h
@@ -62,7 +62,10 @@ private:
cFont *tallFont;
tColor frameColorFg;
tColor frameColorBg;
- tColor frameColorMg;
+ tColor frameColorBr;
+ tColor channelFrameColorBr;
+ tColor replayFrameColorBr;
+ tColor textColorBg;
int currentIndex;
cVector<int> deviceOffset;
cVector<bool> deviceRecording;
@@ -96,7 +99,7 @@ private:
int Margin;
static cBitmap bmArrowUp, bmArrowDown, bmTransferMode;
void SetCoordinateY(int y);
- void DrawMainFrameUpper(tColor Color);
+ void DrawMainFrameUpper(tColor Color, tColor ColorBg);
void DrawMainFrameLower(void);
void DrawMainFrameChannel(void);
void DrawMainButton(const char *Text, int x0, int x1, int x2, int x3, int y0, int y1, tColor ColorFg, tColor ColorBg, const cFont *Font);