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:
Stefan Seyfried
2017-02-05 22:50:23 +01:00
committed by Michael Liebmann
parent 3dfddef906
commit b08de897ec

View File

@@ -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;
}