diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-03-26 16:27:51 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-03-28 12:35:24 +0100 |
commit | 97a994ac366bd3772e3f535a767fffc3bcf1c4ba (patch) | |
tree | 9a351bafed80b5d0076352ed2bd8be65fe94b69f /displaymenu.h | |
parent | c5b9a477844e2255a409690d96a7da4cedb32361 (diff) | |
download | skin-lcarsng-97a994ac366bd3772e3f535a767fffc3bcf1c4ba.tar.gz skin-lcarsng-97a994ac366bd3772e3f535a767fffc3bcf1c4ba.tar.bz2 |
Add new themes
Diffstat (limited to 'displaymenu.h')
-rw-r--r-- | displaymenu.h | 7 |
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); |