summaryrefslogtreecommitdiff
path: root/apps/gui/scrollbar.h
diff options
context:
space:
mode:
authorTeruaki Kawashima <teru@rockbox.org>2010-02-16 13:38:30 +0000
committerTeruaki Kawashima <teru@rockbox.org>2010-02-16 13:38:30 +0000
commit13035a48afe35340828cccad2a2b0569434f155d (patch)
tree416b3486e74d3035a04d54463602432652d290a3 /apps/gui/scrollbar.h
parentd50c78c23821358ded916a52054b998883f1ad57 (diff)
downloadrockbox-13035a48afe35340828cccad2a2b0569434f155d.tar.gz
rockbox-13035a48afe35340828cccad2a2b0569434f155d.zip
scrollbar.c: Simplify code a bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24694 a1c6a512-1295-4272-9138-f99709370657
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_ */