tmdb: Suppress cover flickering when scrolling

Origin commit data
------------------
Branch: ni/coolstream
Commit: 99a9cfe8c6
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-03-04 (Fri, 04 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2016-03-04 13:57:22 +01:00
parent 0a72491d0b
commit 85078f0f29
2 changed files with 11 additions and 7 deletions

View File

@@ -87,7 +87,7 @@ class CEpgData
void GetPrevNextEPGData( uint64_t id, time_t* startzeit );
void addTextToArray( const std::string & text, int screening );
void processTextToArray(std::string text, int screening = 0);
void showText( int startPos, int ypos, bool cover= false );
void showText( int startPos, int ypos, bool cover=false, bool fullClear=true );
bool hasFollowScreenings(const t_channel_id channel_id, const std::string & title);
int FollowScreenings(const t_channel_id channel_id, const std::string & title);
void showTimerEventBar(bool show, bool adzap = false);