summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-01-28 23:12:20 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-01-28 23:12:20 +0000
commit281403a4d839924df41480fc020f401211a6e88b (patch)
treea9465e88b9f0c660f2080578d1839bd5f4d2ddc7 /apps/screen_access.h
parent5947e49f467cdf3cf5d2acfcc3c0bd6f97ab29f7 (diff)
downloadrockbox-281403a4d839924df41480fc020f401211a6e88b.tar.gz
rockbox-281403a4d839924df41480fc020f401211a6e88b.zip
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
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r--apps/screen_access.h2
1 files changed, 2 insertions, 0 deletions
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
84 int x, int y, int width, int height); 84 int x, int y, int width, int height);
85 void (*bitmap)(const fb_data *src, 85 void (*bitmap)(const fb_data *src,
86 int x, int y, int width, int height); 86 int x, int y, int width, int height);
87 void (*transparent_bitmap)(const fb_data *src,
88 int x, int y, int width, int height);
87 void (*set_drawmode)(int mode); 89 void (*set_drawmode)(int mode);
88#if (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1) 90#if (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1)
89 void (*set_background)(unsigned background); 91 void (*set_background)(unsigned background);