CComponentsFooter: add bg_image to button_label_cc type

This commit is contained in:
2017-03-13 09:45:38 +01:00
parent c766a970dc
commit e2ca965ee9

View File

@@ -39,6 +39,7 @@ typedef struct button_label_cc
neutrino_msg_t directKeyAlt;
int btn_result;
int btn_alias;
std::string bg_image;
button_label_cc(): text(std::string()), locale(NONEXISTANT_LOCALE){}
} button_label_cc_struct;