summaryrefslogtreecommitdiff
path: root/apps/gui/scrollbar.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-08-05 10:25:00 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-08-05 10:25:00 +0000
commit8d4d5f67ea9134e9a108eb18e1533c6b84c0ff84 (patch)
treeecbee74a4193fc7fb2de0d1d03f8c3874f673d20 /apps/gui/scrollbar.h
parent97c4694bc2b82f4f2274b277f8bce22aaf348a22 (diff)
downloadrockbox-8d4d5f67ea9134e9a108eb18e1533c6b84c0ff84.tar.gz
rockbox-8d4d5f67ea9134e9a108eb18e1533c6b84c0ff84.zip
Address FS#6310 - shows an "infinite" slider when deleting/copying/moving files.
maybe add this to other parts of the code so it doesnt look like the ui has stalled git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14189 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/scrollbar.h')
-rw-r--r--apps/gui/scrollbar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/scrollbar.h b/apps/gui/scrollbar.h
index 40279a1a9d..9e60730de0 100644
--- a/apps/gui/scrollbar.h
+++ b/apps/gui/scrollbar.h
@@ -55,5 +55,6 @@ extern void gui_bitmap_scrollbar_draw(struct screen * screen, struct bitmap bm,
55 int width, int height, int items, 55 int width, int height, int items,
56 int min_shown, int max_shown, 56 int min_shown, int max_shown,
57 unsigned flags); 57 unsigned flags);
58extern void show_busy_slider(struct screen *s, int x, int y, int width, int height);
58#endif /* HAVE_LCD_BITMAP */ 59#endif /* HAVE_LCD_BITMAP */
59#endif /* _GUI_SCROLLBAR_H_ */ 60#endif /* _GUI_SCROLLBAR_H_ */