mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
fix blit
This commit is contained in:
@@ -452,7 +452,7 @@ void CFbAccelARM::blit()
|
|||||||
void CFbAccelARM::_blit()
|
void CFbAccelARM::_blit()
|
||||||
{
|
{
|
||||||
if (ioctl(fd, FBIO_BLIT) < 0)
|
if (ioctl(fd, FBIO_BLIT) < 0)
|
||||||
printf("FBIO_BLIT");
|
printf("FBIO_BLIT failed\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
void CFbAccelARM::paintRect(const int x, const int y, const int dx, const int dy, const fb_pixel_t col)
|
void CFbAccelARM::paintRect(const int x, const int y, const int dx, const int dy, const fb_pixel_t col)
|
||||||
|
@@ -453,7 +453,7 @@ void CFbAccelMIPS::blit()
|
|||||||
void CFbAccelMIPS::_blit()
|
void CFbAccelMIPS::_blit()
|
||||||
{
|
{
|
||||||
if (ioctl(fd, FBIO_BLIT) < 0)
|
if (ioctl(fd, FBIO_BLIT) < 0)
|
||||||
printf("FBIO_BLIT");
|
printf("FBIO_BLIT failed\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
void CFbAccelMIPS::paintRect(const int x, const int y, const int dx, const int dy, const fb_pixel_t col)
|
void CFbAccelMIPS::paintRect(const int x, const int y, const int dx, const int dy, const fb_pixel_t col)
|
||||||
|
Reference in New Issue
Block a user