mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-20 12:32:18 +08:00
feat: make enum type names consistent with value prefixes
This commit is contained in:
committed by
Gabor Kiss-Vamosi
parent
5bc21a4b18
commit
82cd8adf2c
@@ -156,7 +156,7 @@ typedef enum {
|
||||
LV_SVG_ANIM_RESTART_ALWAYS = 0,
|
||||
LV_SVG_ANIM_RESTART_WHEN_NOT_ACTIVE,
|
||||
LV_SVG_ANIM_RESTART_NEVER,
|
||||
} lv_svg_restart_type_t;
|
||||
} lv_svg_anim_restart_type_t;
|
||||
|
||||
typedef enum {
|
||||
LV_SVG_ANIM_CALC_MODE_LINEAR = 0,
|
||||
@@ -173,7 +173,7 @@ typedef enum {
|
||||
typedef enum {
|
||||
LV_SVG_ANIM_ACCUMULATE_NONE = 0,
|
||||
LV_SVG_ANIM_ACCUMULATE_SUM,
|
||||
} lv_svg_accumulate_type_t;
|
||||
} lv_svg_anim_accumulate_type_t;
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user