fbaccel: fix blit2FB on SPARK/TD/x86

This commit is contained in:
Stefan Seyfried
2013-01-14 22:49:49 +01:00
parent 379ef4c9d1
commit c1dd39b42e
2 changed files with 5 additions and 4 deletions

View File

@@ -977,7 +977,7 @@ _display:
if (paintBg)
paintBoxRel(x, yy, width, height, colBg);
blit2FB(data, width, height, x, yy, 0, 0, true);
blit2FB(data, width, height, x, yy);
return true;
}