fb_generic: add fb_name member to identify fb implementation

This commit is contained in:
Stefan Seyfried
2017-02-05 19:53:29 +01:00
committed by M. Liebmann
parent 648c00f26a
commit a58193dd56
2 changed files with 3 additions and 2 deletions

View File

@@ -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