fix(obj) add back the accidentally removed user_data to lv_obj_t

This commit is contained in:
Gabor Kiss-Vamosi
2021-04-06 11:54:53 +02:00
parent d2baa9c3e2
commit 171b40a3d2

View File

@@ -232,6 +232,9 @@ typedef struct _lv_obj_t {
struct _lv_obj_t * parent;
lv_obj_spec_attr_t * spec_attr;
lv_obj_style_t * styles;
#if LV_USE_USER_DATA
void * user_data;
#endif
lv_area_t coords;
lv_obj_flag_t flags;
lv_state_t state;