mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
fbaccel: fix blit2FB on SPARK/TD/x86
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