summaryrefslogtreecommitdiff
path: root/apps/gui/charcell/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/charcell/list.c')
-rw-r--r--apps/gui/charcell/list.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/gui/charcell/list.c b/apps/gui/charcell/list.c
index 2374156f0b..220144c356 100644
--- a/apps/gui/charcell/list.c
+++ b/apps/gui/charcell/list.c
@@ -39,6 +39,16 @@
39#include "sound.h" 39#include "sound.h"
40#include "misc.h" 40#include "misc.h"
41 41
42void gui_synclist_scroll_stop(struct gui_synclist *lists)
43{
44 int i;
45 (void)lists;
46 FOR_NB_SCREENS(i)
47 {
48 screens[i].stop_scroll();
49 }
50}
51
42void list_draw(struct screen *display, struct gui_synclist *gui_list) 52void list_draw(struct screen *display, struct gui_synclist *gui_list)
43{ 53{
44 int text_pos; 54 int text_pos;