mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
chore(vg_lite): fix build warning (#5221)
This commit is contained in:
parent
0a179041da
commit
d7aa3baf9a
@ -29,14 +29,14 @@ extern "C" {
|
|||||||
* TYPEDEFS
|
* TYPEDEFS
|
||||||
**********************/
|
**********************/
|
||||||
|
|
||||||
typedef struct _lv_draw_vg_lite_unit_t {
|
struct _lv_draw_vg_lite_unit_t {
|
||||||
lv_draw_unit_t base_unit;
|
lv_draw_unit_t base_unit;
|
||||||
lv_draw_task_t * task_act;
|
lv_draw_task_t * task_act;
|
||||||
vg_lite_buffer_t target_buffer;
|
vg_lite_buffer_t target_buffer;
|
||||||
vg_lite_matrix_t global_matrix;
|
vg_lite_matrix_t global_matrix;
|
||||||
lv_ll_t path_free_ll;
|
lv_ll_t path_free_ll;
|
||||||
int path_max_cnt;
|
int path_max_cnt;
|
||||||
} lv_draw_vg_lite_unit_t;
|
};
|
||||||
|
|
||||||
/**********************
|
/**********************
|
||||||
* GLOBAL PROTOTYPES
|
* GLOBAL PROTOTYPES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user