mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
cc_types: add truct type for rc messages with related icon
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user