summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-05-26 17:44:04 +0200
committerlouis <louis.braun@gmx.de>2013-05-26 17:44:04 +0200
commitb3b50abd736da0199297cab5d080055ed55c05bd (patch)
treea5d7815286725cc777b7d19062b1e9518a79b739 /config.h
parent6a0447e7a8506659c8a211594c8632d4d0aafd6e (diff)
downloadvdr-plugin-tvguide-b3b50abd736da0199297cab5d080055ed55c05bd.tar.gz
vdr-plugin-tvguide-b3b50abd736da0199297cab5d080055ed55c05bd.tar.bz2
Displaying reruns in detailed EPG View
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index b953931..beaa696 100644
--- a/config.h
+++ b/config.h
@@ -89,6 +89,9 @@ class cTvguideConfig {
int themeIndex;
int useBlending;
int roundedCorners;
+ int displayRerunsDetailEPGView;
+ int numReruns;
+ int useSubtitleRerun;
void setDynamicValues(int width, int height);
bool SetupParse(const char *Name, const char *Value);
void loadTheme();