summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-05-20 11:37:37 +0200
committerlouis <louis.braun@gmx.de>2013-05-20 11:37:37 +0200
commitc611e004582067640111ef2f023410025201157d (patch)
tree3a71e9893bffa4bf9d38c49389dad5f43d046ec3 /config.h
parent063094f442c0ac3c592d2e5bb5c416d6820d2602 (diff)
downloadvdr-plugin-tvguide-c611e004582067640111ef2f023410025201157d.tar.gz
vdr-plugin-tvguide-c611e004582067640111ef2f023410025201157d.tar.bz2
rewrote epg grid handling and scrolling, added status header
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h b/config.h
index 0e184c8..24af8bc 100644
--- a/config.h
+++ b/config.h
@@ -13,6 +13,10 @@ class cTvguideConfig {
int channelCols;
int displayTime;
int minuteHeight;
+ int displayStatusHeader;
+ int statusHeaderPercent;
+ int statusHeaderHeight;
+ int scaleVideo;
int timeColWidth;
int headerHeight;
int footerHeight;
@@ -32,6 +36,8 @@ class cTvguideConfig {
int fontIndex;
const char *fontNameDefault;
int fontHeaderSize;
+ int fontStatusHeaderSize;
+ int fontStatusHeaderLargeSize;
int fontGridSize;
int fontGridSmallSize;
int fontTimeLineWeekdaySize;
@@ -45,6 +51,8 @@ class cTvguideConfig {
int fontMessageBoxSize;
int fontMessageBoxLargeSize;
const cFont *FontHeader;
+ const cFont *FontStatusHeader;
+ const cFont *FontStatusHeaderLarge;
const cFont *FontGrid;
const cFont *FontGridSmall;
const cFont *FontTimeLineWeekday;