Merge branch 'master' into pu/fb-setmode

This commit is contained in:
M. Liebmann
2017-02-15 18:40:47 +01:00
8 changed files with 359 additions and 228 deletions

View File

@@ -267,6 +267,11 @@ max res 1920x1080
return 0; /* dont fail because of this */
}
fb_pixel_t * CFbAccelCSHD2::getBackBufferPointer() const
{
return backbuffer;
}
void CFbAccelCSHD2::setBlendMode(uint8_t mode)
{
if (ioctl(fd, FBIO_SETBLENDMODE, mode))