diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-12-29 19:17:03 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-12-29 19:17:03 +0000 |
commit | 08c813d45acb607a26861604666f526809d5881c (patch) | |
tree | daf3f0c6ca260984a96cfee7070a4f202c8d3e54 /apps/abrepeat.h | |
parent | 5dc0abda110ea063fd53b0158d44078c01de11cb (diff) |
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
Diffstat (limited to 'apps/abrepeat.h')
-rw-r--r-- | apps/abrepeat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/abrepeat.h b/apps/abrepeat.h index d7bed0a990..27b3dc2597 100644 --- a/apps/abrepeat.h +++ b/apps/abrepeat.h @@ -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 */ |