From eb0061411d6fa08ab540107cdbd2906e18e516d7 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Fri, 24 Jul 2009 01:13:30 +0000 Subject: more cuesheet cleanup. pass the cuesheet into cue functions so they dont have to call audio_current_track() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22020 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/gwps-common.c') diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index da70f0e451..721682f248 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -412,7 +412,7 @@ static void draw_progressbar(struct gui_wps *gwps, #endif if (state->id3->cuesheet) - cue_draw_markers(display, state->id3->length, + cue_draw_markers(display, state->id3->cuesheet, state->id3->length, pb->x, pb->x + pb->width, y+1, pb->height-2); } -- cgit v1.2.3