mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
add missing blits
Origin commit data
------------------
Branch: ni/coolstream
Commit: eb73d09ac3
Author: TangoCash <eric@loxat.de>
Date: 2016-08-09 (Tue, 09 Aug 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1040,6 +1040,7 @@ int CMovieBrowser::exec(const char* path)
|
|||||||
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd(timeout);
|
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd(timeout);
|
||||||
while (loop)
|
while (loop)
|
||||||
{
|
{
|
||||||
|
framebuffer->blit();
|
||||||
g_RCInput->getMsgAbsoluteTimeout(&msg, &data, &timeoutEnd);
|
g_RCInput->getMsgAbsoluteTimeout(&msg, &data, &timeoutEnd);
|
||||||
|
|
||||||
result = onButtonPress(msg);
|
result = onButtonPress(msg);
|
||||||
@@ -1127,6 +1128,7 @@ int CMovieBrowser::exec(const char* path)
|
|||||||
timeoutEnd = CRCInput::calcTimeoutEnd(timeout); // calcualate next timeout
|
timeoutEnd = CRCInput::calcTimeoutEnd(timeout); // calcualate next timeout
|
||||||
}
|
}
|
||||||
hide();
|
hide();
|
||||||
|
framebuffer->blit();
|
||||||
//TRACE(" return %d\n",res);
|
//TRACE(" return %d\n",res);
|
||||||
|
|
||||||
m_prevBrowserSelection = m_currentBrowserSelection;
|
m_prevBrowserSelection = m_currentBrowserSelection;
|
||||||
|
Reference in New Issue
Block a user