Activate reworked mute icon handling for apollo hardware

Origin commit data
------------------
Commit: 677a3ba116
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-08-24 (Sat, 24 Aug 2013)
This commit is contained in:
Michael Liebmann
2013-08-24 15:42:55 +02:00
parent 72207b6d56
commit d31569ad28
2 changed files with 1 additions and 5 deletions

View File

@@ -748,6 +748,7 @@ void CFrameBuffer::paintBoxRel(const int x, const int y, const int dx, const int
fillrect.width = dx;
fillrect.height = dy;
ioctl(fd, FBIO_FILL_RECT, &fillrect);
checkFbArea(x, y, dx, dy, false);
return;
}
#endif