summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-06-23 22:02:32 +0200
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-06-23 22:02:32 +0200
commit5cd4835c99818dd0174d52db91d9ef53ada96a99 (patch)
tree5e631017e6ebe6d1d7d17c7fb786e079be362fa9 /config.h
parent52a6afcc01e8da9ea226e15e8d4e63c5573fbb48 (diff)
downloadskin-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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h b/config.h
index 6025750d..302ed4d7 100644
--- a/config.h
+++ b/config.h
@@ -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;