From 5cd4835c99818dd0174d52db91d9ef53ada96a99 Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Mon, 23 Jun 2014 22:02:32 +0200 Subject: first text scroller support in channel info --- config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h') 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; -- cgit v1.2.3