From 3d4c68bb060bc926a1da72d6c00b86ebb87857c7 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sat, 2 May 2009 03:47:46 +0000 Subject: Add read__fd functions to plugin API, add feature_wrappers.h handling for them, and add read_image.[ch] wrapper for reading image files with automatic type detection. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20840 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/feature_wrappers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/lib/feature_wrappers.h') diff --git a/apps/plugins/lib/feature_wrappers.h b/apps/plugins/lib/feature_wrappers.h index 22ce779fcd..cf840e6d57 100644 --- a/apps/plugins/lib/feature_wrappers.h +++ b/apps/plugins/lib/feature_wrappers.h @@ -43,8 +43,10 @@ */ #if LCD_DEPTH > 1 #define scaled_read_bmp_file rb->read_bmp_file +#define scaled_read_bmp_fd rb->read_bmp_fd #else #define scaled_read_bmp_file read_bmp_file +#define scaled_read_bmp_fd read_bmp_fd #endif #endif -- cgit v1.2.3