mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
fb_accel_td: add missing getBackBufferPointer()
this fixes tuxtxt rendering problems
Origin commit data
------------------
Branch: ni/coolstream
Commit: 20a85c3874
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-15 (Wed, 15 Feb 2017)
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Michael Liebmann
parent
c940801136
commit
22d123dd40
@@ -202,3 +202,8 @@ void CFbAccelTD::setBlendLevel(int level)
|
||||
if (level == 100) // sucks
|
||||
usleep(20000);
|
||||
}
|
||||
|
||||
fb_pixel_t *CFbAccelTD::getBackBufferPointer() const
|
||||
{
|
||||
return backbuffer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user