diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-06-23 22:02:32 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-06-23 22:02:32 +0200 |
commit | 5cd4835c99818dd0174d52db91d9ef53ada96a99 (patch) | |
tree | 5e631017e6ebe6d1d7d17c7fb786e079be362fa9 /config.h | |
parent | 52a6afcc01e8da9ea226e15e8d4e63c5573fbb48 (diff) | |
download | skin-flatplus-5cd4835c99818dd0174d52db91d9ef53ada96a99.tar.gz skin-flatplus-5cd4835c99818dd0174d52db91d9ef53ada96a99.tar.bz2 |
first text scroller support in channel info
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -203,6 +203,12 @@ class cFlatConfig int MenuItemParseTilde; /* hidden configs (only in setup.conf, no osd menu) */ + // Text Scroller + int ScrollerEnable; + int ScrollerStep; + int ScrollerDelay; + int ScrollerType; + // TVScraper int TVScraperChanInfoShowPoster; double TVScraperChanInfoPosterSize; |