1
0
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:
Benign X 2024-01-08 18:01:17 +08:00 committed by GitHub
parent 0a179041da
commit d7aa3baf9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,14 +29,14 @@ extern "C" {
* TYPEDEFS
**********************/
typedef struct _lv_draw_vg_lite_unit_t {
struct _lv_draw_vg_lite_unit_t {
lv_draw_unit_t base_unit;
lv_draw_task_t * task_act;
vg_lite_buffer_t target_buffer;
vg_lite_matrix_t global_matrix;
lv_ll_t path_free_ll;
int path_max_cnt;
} lv_draw_vg_lite_unit_t;
};
/**********************
* GLOBAL PROTOTYPES