mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-13 08:23:45 +02:00
fb_generic: add fb_name member to identify fb implementation
This commit is contained in:
@@ -317,6 +317,7 @@ class CFrameBuffer : public sigc::trackable
|
||||
void doPaintMuteIcon(bool mode) { do_paint_mute_icon = mode; }
|
||||
void blit(void) {}
|
||||
sigc::signal<void> OnAfterSetPallette;
|
||||
const char *fb_name;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user