fb_accel_cs_hd2: add missing getBackBufferPointer()

This commit is contained in:
M. Liebmann
2017-02-15 18:39:02 +01:00
parent c977c98217
commit 84edb25f3f
2 changed files with 6 additions and 0 deletions

View File

@@ -211,6 +211,11 @@ int CFbAccelCSHD2::setMode(unsigned int, unsigned int, unsigned int)
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))