mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
neutrino: adapt to the framebuffer_spark blitter change
basically add fb->blit() in every widget where necessary to
make sure the framebuffer is updated with current content
Origin commit data
------------------
Branch: ni/coolstream
Commit: a029333c1a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -176,6 +176,10 @@ void cDvbSubtitleBitmaps::Draw(int &min_x, int &min_y, int &max_x, int &max_y)
|
||||
if(max_y < (yoff + nh))
|
||||
max_y = yoff + nh;
|
||||
}
|
||||
#ifdef HAVE_SPARK_HARDWARE
|
||||
if (Count()) /* sync framebuffer */
|
||||
CFrameBuffer::getInstance()->blit();
|
||||
#endif
|
||||
// if(Count())
|
||||
// dbgconverter("cDvbSubtitleBitmaps::Draw: finish, min/max screen: x=% d y= %d, w= %d, h= %d\n", min_x, min_y, max_x-min_x, max_y-min_y);
|
||||
// dbgconverter("\n");
|
||||
|
Reference in New Issue
Block a user