From 745adad22a3803e7d7f3c14ba7ae2f8d3accb75a Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sat, 28 Jan 2006 12:12:42 +0000 Subject: Color BMP support git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8472 a1c6a512-1295-4272-9138-f99709370657 --- apps/screen_access.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/screen_access.h') diff --git a/apps/screen_access.h b/apps/screen_access.h index 1c694e8d31..af52527fc0 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -82,6 +82,8 @@ struct screen int style, int offset); void (*mono_bitmap)(const unsigned char *src, int x, int y, int width, int height); + void (*bitmap)(const fb_data *src, + int x, int y, int width, int height); void (*set_drawmode)(int mode); #if (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1) void (*set_background)(unsigned background); -- cgit v1.2.3