mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
fb_generic: fix blit2FB call
This commit is contained in:
committed by
M. Liebmann
parent
9fe5dfbe50
commit
ecb6531fd7
@@ -950,7 +950,7 @@ _display:
|
|||||||
checkFbArea(x, yy, width, height, true);
|
checkFbArea(x, yy, width, height, true);
|
||||||
if (paintBg)
|
if (paintBg)
|
||||||
paintBoxRel(x, yy, width, height, colBg);
|
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);
|
checkFbArea(x, yy, width, height, false);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user