mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-12 16:03:36 +02:00
framebuffer_ng: implement libsigc++ usage
this is the framebuffer part of upstream commit9e3882b7
Origin commit data ------------------ Branch: ni/coolstream Commit:8f5f8781e6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de> Date: 2016-10-22 (Sat, 22 Oct 2016) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#include <sigc++/signal.h>
|
||||
|
||||
#define fb_pixel_t uint32_t
|
||||
|
||||
typedef struct fb_var_screeninfo t_fb_var_screeninfo;
|
||||
@@ -75,7 +77,7 @@ typedef struct gradientData_t
|
||||
|
||||
class CFbAccel;
|
||||
/** Ausfuehrung als Singleton */
|
||||
class CFrameBuffer
|
||||
class CFrameBuffer : public sigc::trackable
|
||||
{
|
||||
friend class CFbAccel;
|
||||
private:
|
||||
@@ -314,6 +316,7 @@ class CFrameBuffer
|
||||
void doPaintMuteIcon(bool mode) { do_paint_mute_icon = mode; }
|
||||
/* blit() is unnecessary, but here to avoid patches to the neutrino code */
|
||||
void blit(void) {}
|
||||
sigc::signal<void> OnAfterSetPallette;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user