mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 11:57:48 +08:00
feat(global): support user_data for lv_global_t (#4734)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com> Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
This commit is contained in:
@@ -191,6 +191,7 @@ typedef struct _lv_global_t {
|
|||||||
void * objid_array;
|
void * objid_array;
|
||||||
uint32_t objid_count;
|
uint32_t objid_count;
|
||||||
#endif
|
#endif
|
||||||
|
void * user_data;
|
||||||
} lv_global_t;
|
} lv_global_t;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user