mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
remove all fb->blit() calls
TODO: check if plugins etc. need extra treatment
This commit is contained in:
@@ -632,7 +632,6 @@ int CChannelList::show()
|
||||
|
||||
paintHead();
|
||||
paint();
|
||||
frameBuffer->blit();
|
||||
|
||||
gettimeofday(&t2, NULL);
|
||||
fprintf(stderr, "CChannelList::show(): %llu ms to paint channellist\n",
|
||||
@@ -950,7 +949,6 @@ int CChannelList::show()
|
||||
res = - 2;
|
||||
}
|
||||
}
|
||||
frameBuffer->blit();
|
||||
}
|
||||
|
||||
if (bouquet_changed)
|
||||
@@ -996,7 +994,6 @@ void CChannelList::hide()
|
||||
}
|
||||
frameBuffer->paintBackgroundBoxRel(x, y, full_width, height + info_height);
|
||||
clearItem2DetailsLine();
|
||||
frameBuffer->blit();
|
||||
}
|
||||
|
||||
bool CChannelList::showInfo(int number, int epgpos)
|
||||
@@ -1385,7 +1382,6 @@ int CChannelList::numericZap(int key)
|
||||
valstr[i+ 1] = 0;
|
||||
g_Font[SNeutrinoSettings::FONT_TYPE_CHANNEL_NUM_ZAP]->RenderString(ox+fw/3+ i*fw, oy+sy-3, sx, &valstr[i], COL_INFOBAR_TEXT);
|
||||
}
|
||||
frameBuffer->blit();
|
||||
|
||||
showInfo(chn);
|
||||
lastchan = chn;
|
||||
|
Reference in New Issue
Block a user