summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-07-14 09:19:46 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-07-14 09:19:46 +0000
commit60e7472f72567e6d7417931dc4cd8bf969868043 (patch)
treebc327974081b9a385b0f697ef61c55b35e4e239d /firmware/export/lcd.h
parent5890f60137f13fce0d6e77a4820a54b56dc282ba (diff)
downloadrockbox-60e7472f72567e6d7417931dc4cd8bf969868043.tar.gz
rockbox-60e7472f72567e6d7417931dc4cd8bf969868043.zip
Fix FS#7044 - if the color RGB(0,255,255) is in a bmp it will be replaced with the current foreground colour
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13878 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 787eea01f5..d379dc3613 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -291,6 +291,7 @@ enum
291#define FORMAT_REMOTE 0x10000000 291#define FORMAT_REMOTE 0x10000000
292 292
293#define TRANSPARENT_COLOR LCD_RGBPACK(255,0,255) 293#define TRANSPARENT_COLOR LCD_RGBPACK(255,0,255)
294#define REPLACEWITHFG_COLOR LCD_RGBPACK(0,255,255)
294 295
295struct bitmap { 296struct bitmap {
296 int width; 297 int width;