diff options
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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; }; |