From e2ca965ee9e8390413466398db2d69a0c88ec9ca Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 13 Mar 2017 09:45:38 +0100 Subject: [PATCH] CComponentsFooter: add bg_image to button_label_cc type --- src/gui/components/cc_frm_footer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/components/cc_frm_footer.h b/src/gui/components/cc_frm_footer.h index 5add6ffae..b2c7a9768 100644 --- a/src/gui/components/cc_frm_footer.h +++ b/src/gui/components/cc_frm_footer.h @@ -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;