diff options
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -16,7 +16,13 @@ public: int MenuScrollbar; int MarqueeLeftRight; int MarqueeReset; +#if VDRVERSNUM >= 10344 + int ShowAux; + int StripAux; +#endif +#if VDRVERSNUM >= 10330 int CheckTimerConflict; +#endif int MaxCacheFill; }; |