summaryrefslogtreecommitdiff
path: root/apps/gui/scrollbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/scrollbar.h')
-rw-r--r--apps/gui/scrollbar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/scrollbar.h b/apps/gui/scrollbar.h
index 40279a1a9d..9e60730de0 100644
--- a/apps/gui/scrollbar.h
+++ b/apps/gui/scrollbar.h
@@ -55,5 +55,6 @@ extern void gui_bitmap_scrollbar_draw(struct screen * screen, struct bitmap bm,
55 int width, int height, int items, 55 int width, int height, int items,
56 int min_shown, int max_shown, 56 int min_shown, int max_shown,
57 unsigned flags); 57 unsigned flags);
58extern void show_busy_slider(struct screen *s, int x, int y, int width, int height);
58#endif /* HAVE_LCD_BITMAP */ 59#endif /* HAVE_LCD_BITMAP */
59#endif /* _GUI_SCROLLBAR_H_ */ 60#endif /* _GUI_SCROLLBAR_H_ */