reimplement style caching

This commit is contained in:
Gabor Kiss-Vamosi
2020-01-08 21:31:05 +01:00
parent 02f4dd764f
commit 1b94cf6851
13 changed files with 561 additions and 584 deletions

View File

@@ -213,7 +213,7 @@ typedef uint8_t lv_obj_state_t;
typedef struct _lv_obj_t
{
struct _lv_obj_t * par; /**< Pointer to the parent object*/
struct _lv_obj_t * parent; /**< Pointer to the parent object*/
lv_ll_t child_ll; /**< Linked list to store the children objects*/
lv_area_t coords; /**< Coordinates of the object (x1, y1, x2, y2)*/