forked from len0rd/rockbox
Respect the progressbar length when drawing AB markers. Fixes FS#6463. Also fix a function name typo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11857 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5dc0abda11
commit
08c813d45a
3 changed files with 11 additions and 11 deletions
|
|
@ -49,7 +49,7 @@ void ab_end_of_track_report(void);
|
|||
#ifdef HAVE_LCD_BITMAP
|
||||
#include "screen_access.h"
|
||||
void ab_draw_markers(struct screen * screen, int capacity,
|
||||
int x, int y, int h);
|
||||
int x0, int x1, int y, int h);
|
||||
#endif
|
||||
|
||||
/* These functions really need to be inlined for speed */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue