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:
bjsylvia
2023-11-02 16:33:03 +08:00
committed by GitHub
parent 3539083d55
commit 9e252bdff7
+1
View File
@@ -191,6 +191,7 @@ typedef struct _lv_global_t {
void * objid_array;
uint32_t objid_count;
#endif
void * user_data;
} lv_global_t;