From 7e11acbce9b9a63c28ded055d02301175391e027 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 28 Jun 2005 23:15:47 +0000 Subject: Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6906 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist_viewer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/playlist_viewer.c') diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c index 1d82c2e7e0..21ae4d7645 100644 --- a/apps/playlist_viewer.c +++ b/apps/playlist_viewer.c @@ -463,8 +463,7 @@ static void display_playlist(void) offset = (viewer.line_height - 8) / 2; lcd_bitmap(bitmap_icons_6x8[File], CURSOR_X * 6 + CURSOR_WIDTH, - MARGIN_Y+(i*viewer.line_height) + offset, - 6, 8, true); + MARGIN_Y+(i*viewer.line_height) + offset, 6, 8); #else lcd_putc(LINE_X-1, i, File); #endif -- cgit v1.2.3