diff options
Diffstat (limited to 'src/indev/lv_indev_scroll.h')
-rw-r--r-- | src/indev/lv_indev_scroll.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/indev/lv_indev_scroll.h b/src/indev/lv_indev_scroll.h index 64d1d018b..413376f16 100644 --- a/src/indev/lv_indev_scroll.h +++ b/src/indev/lv_indev_scroll.h @@ -31,13 +31,13 @@ extern "C" { * Handle scrolling. Called by LVGL during input device processing * @param indev pointer to an input device */ -void _lv_indev_scroll_handler(lv_indev_t * indev); +void lv_indev_scroll_handler(lv_indev_t * indev); /** * Handle throwing after scrolling. Called by LVGL during input device processing * @param indev pointer to an input device */ -void _lv_indev_scroll_throw_handler(lv_indev_t * indev); +void lv_indev_scroll_throw_handler(lv_indev_t * indev); /** * Predict where would a scroll throw end |