From 4addf9f1ec5076d94ece0d91b789abdac7fd169d Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 7 Dec 2020 20:33:52 +0100 Subject: [PATCH] cc_types: add slot btn_slot to struct type button_label_cc --- src/gui/components/cc_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/components/cc_types.h b/src/gui/components/cc_types.h index 5555f6946..738d655e8 100644 --- a/src/gui/components/cc_types.h +++ b/src/gui/components/cc_types.h @@ -32,6 +32,7 @@ #include #include #include +#include struct gradientData_t; class Font; @@ -206,6 +207,7 @@ typedef struct button_label_cc fb_pixel_t text_color; fb_pixel_t text_sel_color; uint32_t sort_id; + sigc::slot btn_slot; //defaults button_label_cc(): button(NULL), text(std::string()),