mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user