aboutsummaryrefslogtreecommitdiff
path: root/src/core/lv_obj_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lv_obj_event.h')
-rw-r--r--src/core/lv_obj_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lv_obj_event.h b/src/core/lv_obj_event.h
index b7ba46856..15522d068 100644
--- a/src/core/lv_obj_event.h
+++ b/src/core/lv_obj_event.h
@@ -155,7 +155,7 @@ lv_anim_t * lv_event_get_scroll_anim(lv_event_t * e);
* @param e pointer to an event
* @param size The new extra draw size
*/
-void lv_event_set_ext_draw_size(lv_event_t * e, lv_coord_t size);
+void lv_event_set_ext_draw_size(lv_event_t * e, int32_t size);
/**
* Get a pointer to an `lv_point_t` variable in which the self size should be saved (width in `point->x` and height `point->y`).