(RGUI) Prevent warning
This commit is contained in:
parent
78e02bf3dd
commit
6319262b9c
|
@ -496,6 +496,7 @@ static const rgui_theme_t rgui_theme_anti_zenburn = {
|
||||||
0xE0B090B0 /* particle_color */
|
0xE0B090B0 /* particle_color */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#if 0
|
||||||
static const rgui_theme_t rgui_theme_flux = {
|
static const rgui_theme_t rgui_theme_flux = {
|
||||||
0xFF6FCB9F, /* hover_color */
|
0xFF6FCB9F, /* hover_color */
|
||||||
0xFF666547, /* normal_color */
|
0xFF666547, /* normal_color */
|
||||||
|
@ -507,6 +508,7 @@ static const rgui_theme_t rgui_theme_flux = {
|
||||||
0xE0FFE28A, /* shadow_color */
|
0xE0FFE28A, /* shadow_color */
|
||||||
0xE0FB2E01 /* particle_color */
|
0xE0FB2E01 /* particle_color */
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue