summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
authorRobert Kukla <roolku@rockbox.org>2008-03-02 22:00:39 +0000
committerRobert Kukla <roolku@rockbox.org>2008-03-02 22:00:39 +0000
commit2aa48042e5cab4ef5495b7edc477a3eed066a9e7 (patch)
treec6b56427e54e8a71c43325b3acbb4e06783bebdc /uisimulator
parentf3ef9aadcc492bf83db7bc10329810e9d4fac75a (diff)
downloadrockbox-2aa48042e5cab4ef5495b7edc477a3eed066a9e7.tar.gz
rockbox-2aa48042e5cab4ef5495b7edc477a3eed066a9e7.zip
fix red 2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16490 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/sdl/uisdl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index 5a7d89a8ec..3503d296f7 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -221,6 +221,8 @@
221#define UI_LCD_POSY 74 /* y position of lcd (74 for real aspect) */ 221#define UI_LCD_POSY 74 /* y position of lcd (74 for real aspect) */
222#define UI_LCD_BGCOLOR 100, 135, 100 /* bkgnd color of LCD (no backlight) */ 222#define UI_LCD_BGCOLOR 100, 135, 100 /* bkgnd color of LCD (no backlight) */
223#define UI_LCD_BGCOLORLIGHT 223, 216, 255 /* bkgnd color of LCD (backlight) */ 223#define UI_LCD_BGCOLORLIGHT 223, 216, 255 /* bkgnd color of LCD (backlight) */
224#define UI_LCD_FGCOLOR 0, 0, 0 /* foreground color of LCD (no backlight) */
225#define UI_LCD_FGCOLORLIGHT 0, 0, 0 /* foreground color of LCD (backlight) */
224#define UI_LCD_WIDTH LCD_WIDTH /* * 1.5 */ 226#define UI_LCD_WIDTH LCD_WIDTH /* * 1.5 */
225#define UI_LCD_HEIGHT LCD_HEIGHT /* * 1.5 */ 227#define UI_LCD_HEIGHT LCD_HEIGHT /* * 1.5 */
226#define UI_REMOTE_BGCOLOR 90, 145, 90 /* bkgnd of remote lcd (no bklight) */ 228#define UI_REMOTE_BGCOLOR 90, 145, 90 /* bkgnd of remote lcd (no bklight) */