From 281403a4d839924df41480fc020f401211a6e88b Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sat, 28 Jan 2006 23:12:20 +0000 Subject: Work-in-progress transparent bitmaps with 255,0,255 as the transparent color, not yet working on the H100 series git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8476 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 af52527fc0..3664ecb13d 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -84,6 +84,8 @@ struct screen int x, int y, int width, int height); void (*bitmap)(const fb_data *src, int x, int y, int width, int height); + void (*transparent_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