1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

add material theme to GC_ROOTS

This commit is contained in:
Gabor Kiss-Vamosi 2020-05-21 09:37:37 +02:00
parent 080d06b838
commit c77ab45dd3
2 changed files with 626 additions and 611 deletions

View File

@ -38,7 +38,8 @@ extern "C" {
f(lv_img_cache_entry_t*, _lv_img_cache_array) \
f(lv_task_t*, _lv_task_act) \
f(lv_mem_buf_arr_t , _lv_mem_buf) \
f(_lv_draw_mask_saved_arr_t , _lv_draw_mask_list) \
f(_lv_draw_mask_saved_arr_t , _lv_draw_mask_list) \
f(void * , _lv_theme_material_styles) \
#define LV_DEFINE_ROOT(root_type, root_name) root_type root_name;
#define LV_ROOTS LV_ITERATE_ROOTS(LV_DEFINE_ROOT)

File diff suppressed because it is too large Load Diff