From fdb1028cb15bf640a3770e15a28b2aabb4eff093 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Sun, 6 Apr 2008 23:04:00 +0000 Subject: Really fix the red this time, I hope. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17003 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/sliding_puzzle.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps') diff --git a/apps/plugins/sliding_puzzle.c b/apps/plugins/sliding_puzzle.c index 3c8a175119..1510c0b417 100644 --- a/apps/plugins/sliding_puzzle.c +++ b/apps/plugins/sliding_puzzle.c @@ -295,7 +295,11 @@ static bool load_resize_bitmap(void) FORMAT_NATIVE ); if( rc > 0 ) { +#ifdef HAVE_LCD_COLOR smooth_resize_bitmap( &temp_bitmap, &main_bitmap ); +#else + simple_resize_bitmap( &temp_bitmap, &main_bitmap ); +#endif puzzle_bmp_ptr = (const fb_data *)img_buf; rb->strcpy( img_buf_path, filename ); return true; -- cgit v1.2.3