summaryrefslogtreecommitdiff
path: root/displaymenu.h
diff options
context:
space:
mode:
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);