mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
use void * as theme user data for backward compatibility
This commit is contained in:
parent
859f72eb84
commit
52cca1dd9b
@ -155,7 +155,7 @@ typedef struct {
|
||||
const lv_font_t * font_subtitle;
|
||||
const lv_font_t * font_title;
|
||||
uint32_t flags;
|
||||
lv_theme_user_data_t user_data;
|
||||
void * user_data;
|
||||
} lv_theme_t;
|
||||
|
||||
/**********************
|
||||
|
Loading…
x
Reference in New Issue
Block a user