mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
framebuffer: always blit after RestoreScreen()
Origin commit data
------------------
Commit: 02621c0ce1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-21 (Sun, 21 Apr 2013)
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user