From ec132906cd161819c847fa9a01abd92a64113ee7 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 7 Sep 2014 22:29:00 +0200 Subject: [PATCH] cc_types: add truct type for rc messages with related icon --- src/gui/components/cc_types.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/gui/components/cc_types.h b/src/gui/components/cc_types.h index 7d03bcb97..c861309d1 100644 --- a/src/gui/components/cc_types.h +++ b/src/gui/components/cc_types.h @@ -29,7 +29,7 @@ #include #include #include - +#include class CComponentsForm; @@ -103,6 +103,13 @@ typedef struct comp_screen_data_t fb_pixel_t* pixbuf; } comp_screen_data_struct_t; +//combination of rc messages with related icon +typedef struct msg_list_t +{ + neutrino_msg_t msg; + const char* icon; +} key_list_t; + //align types enum {