fbaccel: fix blit2FB on SPARK/TD/x86

Origin commit data
------------------
Branch: ni/coolstream
Commit: c1dd39b42e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-01-14 (Mon, 14 Jan 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-01-14 22:49:49 +01:00
parent 04ab7ed075
commit 62c68a7fce
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;
}