mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
fb_generic: add fb_name member to identify fb implementation
This commit is contained in:
committed by
M. Liebmann
parent
648c00f26a
commit
a58193dd56
@@ -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