framebuffer: always blit after RestoreScreen()

Origin commit data
------------------
Branch: ni/coolstream
Commit: 02621c0ce1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-21 (Sun, 21 Apr 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-04-21 18:01:50 +02:00
parent d241584369
commit 9607ecaff2

View File

@@ -1122,6 +1122,7 @@ void CFrameBuffer::RestoreScreen(int x, int y, int dx, int dy, fb_pixel_t * cons
fbpos += stride; fbpos += stride;
bkpos += dx; bkpos += dx;
} }
blit();
} }
void CFrameBuffer::Clear() void CFrameBuffer::Clear()