summaryrefslogtreecommitdiffstats
path: root/apps/gui/bitmap/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/bitmap/list.c')
-rw-r--r--apps/gui/bitmap/list.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c
index 7680c876aa..9e222c1973 100644
--- a/apps/gui/bitmap/list.c
+++ b/apps/gui/bitmap/list.c
@@ -51,6 +51,17 @@ int gui_list_get_item_offset(struct gui_synclist * gui_list, int item_width,
struct viewport *vp);
bool list_display_title(struct gui_synclist *list, enum screen_type screen);
+void gui_synclist_scroll_stop(struct gui_synclist *lists)
+{
+ int i;
+ FOR_NB_SCREENS(i)
+ {
+ screens[i].scroll_stop(&list_text[i]);
+ screens[i].scroll_stop(&title_text[i]);
+ screens[i].scroll_stop(lists->parent[i]);
+ }
+}
+
/* Draw the list...
internal screen layout:
-----------------