mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CComponents: fix build, fb_pixel_t and neutrino_locale_t was missed
This commit is contained in:
@@ -27,7 +27,6 @@
|
|||||||
#define __COMPONENTS__
|
#define __COMPONENTS__
|
||||||
|
|
||||||
#include "cc_types.h"
|
#include "cc_types.h"
|
||||||
#include <driver/framebuffer.h>
|
|
||||||
#include <gui/widget/textbox.h>
|
#include <gui/widget/textbox.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@@ -26,6 +26,9 @@
|
|||||||
#ifndef __CC_TYPES__
|
#ifndef __CC_TYPES__
|
||||||
#define __CC_TYPES__
|
#define __CC_TYPES__
|
||||||
|
|
||||||
|
#include <driver/framebuffer.h>
|
||||||
|
#include <system/localize.h>
|
||||||
|
|
||||||
//required typedefs
|
//required typedefs
|
||||||
typedef struct comp_fbdata_t
|
typedef struct comp_fbdata_t
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user