summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-01-28 12:12:42 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-01-28 12:12:42 +0000
commit745adad22a3803e7d7f3c14ba7ae2f8d3accb75a (patch)
tree644ae59e3b53daf9b534893763d2d0d7610f91fa /apps/screen_access.h
parent9bd06032a37c60b17ae1643677ddc9a56a46d67f (diff)
downloadrockbox-745adad22a3803e7d7f3c14ba7ae2f8d3accb75a.tar.gz
rockbox-745adad22a3803e7d7f3c14ba7ae2f8d3accb75a.zip
Color BMP support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8472 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 1c694e8d31..af52527fc0 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -82,6 +82,8 @@ struct screen
82 int style, int offset); 82 int style, int offset);
83 void (*mono_bitmap)(const unsigned char *src, 83 void (*mono_bitmap)(const unsigned char *src,
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,
86 int x, int y, int width, int height);
85 void (*set_drawmode)(int mode); 87 void (*set_drawmode)(int mode);
86#if (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1) 88#if (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1)
87 void (*set_background)(unsigned background); 89 void (*set_background)(unsigned background);