mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
fb_generic: fix blit2FB call
Origin commit data
------------------
Commit: ecb6531fd7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-05 (Sun, 05 Feb 2017)
This commit is contained in:
committed by
Michael Liebmann
parent
3dfddef906
commit
b08de897ec
@@ -950,7 +950,7 @@ _display:
|
||||
checkFbArea(x, yy, width, height, true);
|
||||
if (paintBg)
|
||||
paintBoxRel(x, yy, width, height, colBg);
|
||||
blit2FB(data, width, height, x, yy, 0, 0, true);
|
||||
blit2FB(data, width, height, x, yy);
|
||||
checkFbArea(x, yy, width, height, false);
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user