(RGUI) Silence warnings due to struct reordering

This commit is contained in:
twinaphex 2020-08-18 14:31:30 +02:00
parent 216190b826
commit a5f3ff9c18

View File

@ -910,31 +910,31 @@ typedef struct
/* TODO/FIXME - static global variables */
static thumbnail_t fs_thumbnail = {
NULL,
0,
0,
0,
0,
false,
{0},
NULL
false
};
static thumbnail_t mini_thumbnail = {
NULL,
0,
0,
0,
0,
false,
{0},
NULL
false
};
static thumbnail_t mini_left_thumbnail = {
NULL,
0,
0,
0,
0,
false,
{0},
NULL
false
};
static frame_buf_t rgui_frame_buf = {