mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
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:
@@ -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;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user