CComponentsFooter: add bg_image to button_label_cc type

Origin commit data
------------------
Commit: e2ca965ee9
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-03-13 (Mon, 13 Mar 2017)
This commit is contained in:
2017-03-13 09:45:38 +01:00
parent 616904958c
commit e23f4e1db5

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;