fb_generic: add pointer for double-buffered fb

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9ba84a629a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-05 (Sun, 05 Feb 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2017-02-05 18:04:15 +01:00
committed by Michael Liebmann
parent b98cfca434
commit 36b131ea30
2 changed files with 4 additions and 3 deletions

View File

@@ -105,6 +105,7 @@ class CFrameBuffer : public sigc::trackable
int fd, tty;
fb_pixel_t * lfb;
fb_pixel_t * lbb;
int available;
fb_pixel_t * background;
fb_pixel_t * backupBackground;