mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-26 19:23:46 +08:00
fix(event): fix LV_EVENT_PREPROCESS flag was not processed correctly on VisualStudio (#6169)
This commit is contained in:
parent
36a8052510
commit
4d96c27ce3
@ -20,7 +20,7 @@
|
||||
typedef struct _lv_event_dsc_t {
|
||||
lv_event_cb_t cb;
|
||||
void * user_data;
|
||||
lv_event_code_t filter : 8;
|
||||
uint8_t filter;
|
||||
} lv_event_dsc_t;
|
||||
|
||||
/**********************
|
||||
|
Loading…
Reference in New Issue
Block a user