mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
remove all fb->blit() calls
TODO: check if plugins etc. need extra treatment
Origin commit data
------------------
Branch: ni/coolstream
Commit: c68ffa2155
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-09-28 (Sat, 28 Sep 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -528,8 +528,6 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
||||
saveScreen();
|
||||
}
|
||||
paint();
|
||||
frameBuffer->blit();
|
||||
|
||||
int retval = menu_return::RETURN_REPAINT;
|
||||
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU] == 0 ? 0xFFFF : g_settings.timing[SNeutrinoSettings::TIMING_MENU]);
|
||||
|
||||
@@ -561,7 +559,6 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
||||
paint();
|
||||
break;
|
||||
}
|
||||
frameBuffer->blit();
|
||||
continue;
|
||||
}
|
||||
for (unsigned int i= 0; i< items.size(); i++) {
|
||||
@@ -747,7 +744,6 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
||||
// recalculate timeout for RC-keys
|
||||
timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU] == 0 ? 0xFFFF : g_settings.timing[SNeutrinoSettings::TIMING_MENU]);
|
||||
}
|
||||
frameBuffer->blit();
|
||||
}
|
||||
while ( msg!=CRCInput::RC_timeout );
|
||||
hide();
|
||||
@@ -784,7 +780,6 @@ void CMenuWidget::hide()
|
||||
//paintHint(-1);
|
||||
}
|
||||
paintHint(-1);
|
||||
frameBuffer->blit();
|
||||
|
||||
/* setActive() paints item for hidden parent menu, if called from child menu */
|
||||
for (unsigned int count = 0; count < items.size(); count++)
|
||||
|
Reference in New Issue
Block a user