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
------------------
Commit: c68ffa2155
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-09-28 (Sat, 28 Sep 2013)
This commit is contained in:
@@ -143,7 +143,6 @@ int CStreamInfo2::doSignalStrengthLoop ()
|
||||
int dheight = g_Font[font_info]->getHeight ();
|
||||
maxb = minb = lastb = tmp_rate = 0;
|
||||
ts_setup ();
|
||||
frameBuffer->blit();
|
||||
while (1) {
|
||||
neutrino_msg_data_t data;
|
||||
|
||||
@@ -245,7 +244,6 @@ int CStreamInfo2::doSignalStrengthLoop ()
|
||||
// -- push other events
|
||||
if (msg > CRCInput::RC_MaxRC && msg != CRCInput::RC_timeout)
|
||||
CNeutrinoApp::getInstance ()->handleMsg (msg, data);
|
||||
frameBuffer->blit();
|
||||
}
|
||||
delete sigscale;
|
||||
sigscale = NULL;
|
||||
@@ -259,7 +257,6 @@ void CStreamInfo2::hide ()
|
||||
{
|
||||
pip->hide(true);
|
||||
frameBuffer->paintBackgroundBoxRel (0, 0, max_width, max_height);
|
||||
frameBuffer->blit();
|
||||
}
|
||||
|
||||
void CStreamInfo2::paint_signal_fe_box(int _x, int _y, int w, int h)
|
||||
|
Reference in New Issue
Block a user