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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/scrollbar.h b/apps/gui/scrollbar.h
index 3c5b35eee9..03e1e6ec43 100644
--- a/apps/gui/scrollbar.h
+++ b/apps/gui/scrollbar.h
@@ -53,7 +53,7 @@ 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, 56extern void gui_bitmap_scrollbar_draw(struct screen * screen, struct bitmap *bm,
57 int x, int y, 57 int x, int y,
58 int width, int height, int items, 58 int width, int height, int items,
59 int min_shown, int max_shown, 59 int min_shown, int max_shown,