diff options
author | louis <louis.braun@gmx.de> | 2013-05-26 17:44:04 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-05-26 17:44:04 +0200 |
commit | b3b50abd736da0199297cab5d080055ed55c05bd (patch) | |
tree | a5d7815286725cc777b7d19062b1e9518a79b739 /config.h | |
parent | 6a0447e7a8506659c8a211594c8632d4d0aafd6e (diff) | |
download | vdr-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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();
|