From 1c5d0b41eebdb4f8c627b1a0e5f7b699f0b08fb8 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 3 Apr 2013 16:33:23 +0200 Subject: scroll_engine: Rename scroll_stop* functions to be more consistent with the lcd api. Change-Id: I8ada10b96bfb628cca0331689e8b936ae47c7e1c --- apps/screen_access.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/screen_access.h') diff --git a/apps/screen_access.h b/apps/screen_access.h index ea05a2294d..448437c637 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -145,11 +145,11 @@ struct screen int x_offset); void (*scroll_speed)(int speed); void (*scroll_delay)(int ms); - void (*stop_scroll)(void); void (*clear_display)(void); void (*clear_viewport)(void); - void (*scroll_stop)(const struct viewport* vp); - void (*scroll_stop_line)(const struct viewport* vp, int y); + void (*scroll_stop)(void); + void (*scroll_stop_viewport)(const struct viewport *vp); + void (*scroll_stop_viewport_line)(const struct viewport *vp, int line); void (*update)(void); void (*update_viewport)(void); void (*backlight_on)(void); -- cgit v1.2.3