From f50885534ec6fa78c2c89e275c5ffd592be5cd2e Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Sun, 7 Mar 2010 12:51:23 +0000 Subject: Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don't recalculate the width in these functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25053 a1c6a512-1295-4272-9138-f99709370657 --- apps/abrepeat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/abrepeat.h') diff --git a/apps/abrepeat.h b/apps/abrepeat.h index 3bed56678d..3c9853f2c5 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 x0, int x1, int y, int h); + int x, int y, int w, int h); #endif /* These functions really need to be inlined for speed */ -- cgit v1.2.3