summaryrefslogtreecommitdiff
path: root/apps/gui/scrollbar.h
diff options
context:
space:
mode:
authorBen Basha <benbasha@rockbox.org>2006-02-10 13:57:11 +0000
committerBen Basha <benbasha@rockbox.org>2006-02-10 13:57:11 +0000
commite0622ab588583d1148af54c0e856ae63339a3491 (patch)
tree89ee56eb249b4a02399690e35ea3d08d031ffcb9 /apps/gui/scrollbar.h
parent1e385fdaeb7f21d70c8f2dea180ce75461ac27b9 (diff)
downloadrockbox-e0622ab588583d1148af54c0e856ae63339a3491.tar.gz
rockbox-e0622ab588583d1148af54c0e856ae63339a3491.zip
add a bitmap progress bar option + add %P|filename.bmp| tag to the WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8648 a1c6a512-1295-4272-9138-f99709370657
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_ */