mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-23 15:56:59 +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;
|
||||
uint32_t objid_count;
|
||||
#endif
|
||||
void * user_data;
|
||||
} lv_global_t;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user