diff options
| author | Ben Basha <benbasha@rockbox.org> | 2006-02-10 13:57:11 +0000 |
|---|---|---|
| committer | Ben Basha <benbasha@rockbox.org> | 2006-02-10 13:57:11 +0000 |
| commit | e0622ab588583d1148af54c0e856ae63339a3491 (patch) | |
| tree | 89ee56eb249b4a02399690e35ea3d08d031ffcb9 /apps/gui/scrollbar.h | |
| parent | 1e385fdaeb7f21d70c8f2dea180ce75461ac27b9 (diff) | |
| download | rockbox-e0622ab588583d1148af54c0e856ae63339a3491.zip rockbox-e0622ab588583d1148af54c0e856ae63339a3491.tar.gz rockbox-e0622ab588583d1148af54c0e856ae63339a3491.tar.bz2 rockbox-e0622ab588583d1148af54c0e856ae63339a3491.tar.xz | |
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.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gui/scrollbar.h b/apps/gui/scrollbar.h index d7d0be7..541cc2d 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, int width, int height, int items, int min_shown, int max_shown, enum orientation orientation); +extern void gui_bitmap_scrollbar_draw(struct screen * screen, struct bitmap bm, int x, int y, + int width, int height, int items, + int min_shown, int max_shown, + enum orientation orientation); #endif /* HAVE_LCD_BITMAP */ #endif /* _GUI_SCROLLBAR_H_ */ |