summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-02-02 22:00:56 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-02-02 22:00:56 +0000
commit0ecd0b0fc2450c3a51239af2970793124b7af5e1 (patch)
tree886063daab4ca07d3b9dc896c006501b51512d55 /apps/screen_access.h
parent33f2e28daa94fb8996822311fee4a596608638f7 (diff)
patch #1422861 by Adam Boot - Fix splash() color problems
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8541 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r--apps/screen_access.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index 3664ecb13d..7b8018dc41 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -88,7 +88,10 @@ struct screen
int x, int y, int width, int height);
void (*set_drawmode)(int mode);
#if (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1)
+ unsigned (*get_background)(void);
+ unsigned (*get_foreground)(void);
void (*set_background)(unsigned background);
+ void (*set_foreground)(unsigned foreground);
#endif /* (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1) */
void (*update_rect)(int x, int y, int width, int height);
void (*fillrect)(int x, int y, int width, int height);