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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/gui/scrollbar.h b/apps/gui/scrollbar.h
index c9b97b268e..3c5b35eee9 100644
--- a/apps/gui/scrollbar.h
+++ b/apps/gui/scrollbar.h
@@ -53,10 +53,12 @@ extern void gui_scrollbar_draw(struct screen * screen, int x, int y,
53 int width, int height, int items, 53 int width, int height, int items,
54 int min_shown, int max_shown, 54 int min_shown, int max_shown,
55 unsigned flags); 55 unsigned flags);
56extern void gui_bitmap_scrollbar_draw(struct screen * screen, struct bitmap bm, int x, int y, 56extern void gui_bitmap_scrollbar_draw(struct screen * screen, struct bitmap bm,
57 int x, int y,
57 int width, int height, int items, 58 int width, int height, int items,
58 int min_shown, int max_shown, 59 int min_shown, int max_shown,
59 unsigned flags); 60 unsigned flags);
60extern void show_busy_slider(struct screen *s, int x, int y, int width, int height); 61extern void show_busy_slider(struct screen *s, int x, int y,
62 int width, int height);
61#endif /* HAVE_LCD_BITMAP */ 63#endif /* HAVE_LCD_BITMAP */
62#endif /* _GUI_SCROLLBAR_H_ */ 64#endif /* _GUI_SCROLLBAR_H_ */