fix(event): fix LV_EVENT_PREPROCESS flag was not processed correctly on VisualStudio (#6169)

This commit is contained in:
ym-terada 2024-05-06 21:48:54 +09:00 committed by GitHub
parent 36a8052510
commit 4d96c27ce3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
/**********************