mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix(event): use 16bit for lvgl event to avoid overlowing (#5102)
Signed-off-by: Xuxingliang <xuxingliang@xiaomi.com>
This commit is contained in:
parent
6b5f72dedf
commit
1be21a93b3
@ -111,7 +111,7 @@ typedef enum {
|
||||
|
||||
_LV_EVENT_LAST, /** Number of default events*/
|
||||
|
||||
LV_EVENT_PREPROCESS = 0x80, /** This is a flag that can be set with an event so it's processed
|
||||
LV_EVENT_PREPROCESS = 0x8000, /** This is a flag that can be set with an event so it's processed
|
||||
before the class default event processing */
|
||||
} lv_event_code_t;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user