mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
driver/framebuffer.cpp: fix
Origin commit data
------------------
Branch: ni/coolstream
Commit: 03ee79aaf0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-18 (Fri, 18 Jan 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -750,12 +750,13 @@ void CFrameBuffer::paintBoxRel(const int x, const int y, const int dx, const int
|
||||
}
|
||||
|
||||
ioctl(fd, FBIO_FILL_RECT, &fillrect);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
while (line < dy) {
|
||||
paintHLineRelInternal(x, dx, y+line, col);
|
||||
line++;
|
||||
}
|
||||
}
|
||||
#else
|
||||
while (line < dy) {
|
||||
paintHLineRelInternal(x+ofl, dx-ofl-ofr, y+line col);
|
||||
line++;
|
||||
}
|
||||
|
||||
#ifdef USE_NEVIS_GXA
|
||||
@@ -764,7 +765,6 @@ void CFrameBuffer::paintBoxRel(const int x, const int y, const int dx, const int
|
||||
*/
|
||||
add_gxa_sync_marker();
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
void CFrameBuffer::paintVLineRelInternal(int x, int y, int dy, const fb_pixel_t col)
|
||||
|
Reference in New Issue
Block a user