cc_types: add truct type for rc messages with related icon

Origin commit data
------------------
Branch: ni/coolstream
Commit: ec132906cd
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-09-07 (Sun, 07 Sep 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2014-09-07 22:29:00 +02:00
committed by [CST] Focus
parent 73693185fe
commit ce7509047a

View File

@@ -29,7 +29,7 @@
#include <driver/framebuffer.h>
#include <system/localize.h>
#include <driver/fontrenderer.h>
#include <driver/rcinput.h>
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
{