summaryrefslogtreecommitdiff
path: root/displaychannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'displaychannel.h')
-rw-r--r--displaychannel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/displaychannel.h b/displaychannel.h
index cf35d4c..91db0d8 100644
--- a/displaychannel.h
+++ b/displaychannel.h
@@ -39,7 +39,8 @@ private:
cFont *tallFont;
tColor frameColorFg;
tColor frameColorBg;
- tColor frameColorMg;
+ tColor frameColorBr;
+ tColor textColorBg;
bool message;
const cEvent *present;
const cEvent *following;