mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +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 {
|
typedef struct _lv_event_dsc_t {
|
||||||
lv_event_cb_t cb;
|
lv_event_cb_t cb;
|
||||||
void * user_data;
|
void * user_data;
|
||||||
lv_event_code_t filter : 8;
|
uint8_t filter;
|
||||||
} lv_event_dsc_t;
|
} lv_event_dsc_t;
|
||||||
|
|
||||||
/**********************
|
/**********************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user