mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
fix blit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9f6834c7d8
Author: redblue-pkt <redblue-pkt@orange.pl>
Date: 2020-06-10 (Wed, 10 Jun 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -453,7 +453,7 @@ void CFbAccelMIPS::blit()
|
||||
void CFbAccelMIPS::_blit()
|
||||
{
|
||||
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)
|
||||
|
Reference in New Issue
Block a user