prepare to release v7.6.0

This commit is contained in:
Gabor Kiss-Vamosi
2020-09-22 10:39:15 +02:00
parent 783dc6be9a
commit f2bd86ed7c
4 changed files with 6 additions and 6 deletions

View File

@@ -102,9 +102,9 @@ typedef struct {
lv_color_t scale_grad_color;
lv_color_t scale_end_color;
lv_opa_t opa_scale;
uint32_t clip_corder :1;
uint32_t border_post :1;
}style_snapshot_t;
uint32_t clip_corder : 1;
uint32_t border_post : 1;
} style_snapshot_t;
typedef enum {
STYLE_COMPARE_SAME,