summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h b/config.h
index 7b09e17..625753e 100644
--- a/config.h
+++ b/config.h
@@ -11,6 +11,11 @@
#include <vdr/config.h>
#include <vdr/menuitems.h>
+#if defined(MAINMENUHOOKSVERSNUM) & !defined(MAINMENUHOOKSVERSION)
+#undef MAINMENUHOOKSVERSNUM
+#define MAINMENUHOOKSVERSNUM 10000
+#endif
+
class tvonscreenConfig
{
public:
@@ -31,6 +36,10 @@ public:
int showsearchinitiator;
int fontdsize;
int transparency;
+#if MAINMENUHOOKSVERSNUM == 10001
+ int replaceorgschedule;
+#endif
+ int onlyminutes;
char logos[PATH_MAX];
char vdradminfile[PATH_MAX];