cc_types: add truct type for rc messages with related icon

This commit is contained in:
2014-09-07 22:29:00 +02:00
committed by [CST] Focus
parent 07c5547965
commit ec132906cd

View File

@@ -29,7 +29,7 @@
#include <driver/framebuffer.h> #include <driver/framebuffer.h>
#include <system/localize.h> #include <system/localize.h>
#include <driver/fontrenderer.h> #include <driver/fontrenderer.h>
#include <driver/rcinput.h>
class CComponentsForm; class CComponentsForm;
@@ -103,6 +103,13 @@ typedef struct comp_screen_data_t
fb_pixel_t* pixbuf; fb_pixel_t* pixbuf;
} comp_screen_data_struct_t; } 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 //align types
enum enum
{ {