add LV_EVENT_CB_DECLARE

This commit is contained in:
Gabor Kiss-Vamosi
2019-05-18 11:21:16 +02:00
parent ca19c7d92f
commit f16561295b

View File

@@ -941,6 +941,8 @@ bool lv_obj_is_focused(const lv_obj_t * obj);
* MACROS
**********************/
#define LV_EVENT_CB_DECLARE(name) void name(lv_obj_t * obj, lv_event_t e)
#ifdef __cplusplus
} /* extern "C" */
#endif