diff options
Diffstat (limited to 'src/core/lv_obj.h')
-rw-r--r-- | src/core/lv_obj.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lv_obj.h b/src/core/lv_obj.h index 902d4242b..eacbbae39 100644 --- a/src/core/lv_obj.h +++ b/src/core/lv_obj.h @@ -210,8 +210,8 @@ typedef struct { lv_point_t scroll; /**< The current X/Y scroll offset*/ - lv_coord_t ext_click_pad; /**< Extra click padding in all direction*/ - lv_coord_t ext_draw_size; /**< EXTend the size in every direction for drawing.*/ + int32_t ext_click_pad; /**< Extra click padding in all direction*/ + int32_t ext_draw_size; /**< EXTend the size in every direction for drawing.*/ lv_scrollbar_mode_t scrollbar_mode : 2; /**< How to display scrollbars*/ lv_scroll_snap_t scroll_snap_x : 2; /**< Where to align the snappable children horizontally*/ |