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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gui/scrollbar.h b/apps/gui/scrollbar.h
index d7d0be7a7e..541cc2d4df 100644
--- a/apps/gui/scrollbar.h
+++ b/apps/gui/scrollbar.h
@@ -44,5 +44,9 @@ extern void gui_scrollbar_draw(struct screen * screen, int x, int y,
44 int width, int height, int items, 44 int width, int height, int items,
45 int min_shown, int max_shown, 45 int min_shown, int max_shown,
46 enum orientation orientation); 46 enum orientation orientation);
47extern void gui_bitmap_scrollbar_draw(struct screen * screen, struct bitmap bm, int x, int y,
48 int width, int height, int items,
49 int min_shown, int max_shown,
50 enum orientation orientation);
47#endif /* HAVE_LCD_BITMAP */ 51#endif /* HAVE_LCD_BITMAP */
48#endif /* _GUI_SCROLLBAR_H_ */ 52#endif /* _GUI_SCROLLBAR_H_ */