Add lv_objs_t to every lv_obj derivated styles

This commit is contained in:
Gabor
2016-06-15 12:56:02 +02:00
parent 124eb4bb00
commit ea1532e68e
10 changed files with 49 additions and 62 deletions

View File

@@ -25,14 +25,13 @@
typedef struct
{
color_t mcolor;
lv_objs_t objs;
color_t gcolor;
color_t bcolor;
uint16_t bwidth;
cord_t hpad;
cord_t vpad;
uint8_t bopa;
uint8_t empty :1;
uint16_t round;
}lv_rects_t;