From e0622ab588583d1148af54c0e856ae63339a3491 Mon Sep 17 00:00:00 2001 From: Ben Basha Date: Fri, 10 Feb 2006 13:57:11 +0000 Subject: 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 --- apps/gui/scrollbar.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/gui/scrollbar.h') 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, 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_ */ -- cgit v1.2.3