summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index bf9e8e1..ae77b1c 100644
--- a/setup.h
+++ b/setup.h
@@ -13,6 +13,16 @@ public:
bool SetupParse(const char *Name, const char *Value);
+ int MenuScrollbar;
+ int MarqueeLeftRight;
+ int MarqueeReset;
+#if VDRVERSNUM >= 10344
+ int ShowAux;
+ int StripAux;
+#endif
+#if VDRVERSNUM >= 10330
+ int CheckTimerConflict;
+#endif
int MaxCacheFill;
};