summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-01-15 18:25:37 +0100
committerlouis <louis.braun@gmx.de>2014-01-15 18:25:37 +0100
commit02b1fba7426d98d106a62d21615f55ae12661beb (patch)
tree4fa3b42ba3b3e6f42a23cf75c935eab1bc7f2881 /config.h
parent88bb260f4d234a13fd0c99b9e03436bda6d10f0a (diff)
downloadvdr-plugin-tvguide-02b1fba7426d98d106a62d21615f55ae12661beb.tar.gz
vdr-plugin-tvguide-02b1fba7426d98d106a62d21615f55ae12661beb.tar.bz2
Display baseline for current time
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 9ffb6be..c95d3c6 100644
--- a/config.h
+++ b/config.h
@@ -54,6 +54,7 @@ class cTvguideConfig {
int displayTime;
int displayStatusHeader;
int displayChannelGroups;
+ int displayTimeBase;
int headerHeightPercent;
int channelGroupsPercent;
int epgViewBorder;
@@ -190,6 +191,7 @@ THEME_CLR(theme, clrTimeline1, clrWhite);
THEME_CLR(theme, clrTimeline1Blending, 0xFF828282);
THEME_CLR(theme, clrTimeline2, clrBlack);
THEME_CLR(theme, clrTimeline2Blending, 0xFF3F3F3F);
+THEME_CLR(theme, clrTimeBase, 0xA0FF0000);
THEME_CLR(theme, clrButtonRed, 0x00000000);
THEME_CLR(theme, clrButtonRedBorder, 0x00000000);
THEME_CLR(theme, clrButtonGreen, 0x00000000);