summaryrefslogtreecommitdiff
path: root/uisimulator/win32/uisw32.h
diff options
context:
space:
mode:
authorFelix Arends <edx@rockbox.org>2002-04-26 05:37:29 +0000
committerFelix Arends <edx@rockbox.org>2002-04-26 05:37:29 +0000
commit7017fce0c7875f6be5c52cbfdc3139cebf213982 (patch)
tree726c7f899695bc5d0f15d481f40c799d4a672585 /uisimulator/win32/uisw32.h
parentbd0165c91cacecffbb5ae2e69cb27ae3773ebc7c (diff)
downloadrockbox-7017fce0c7875f6be5c52cbfdc3139cebf213982.tar.gz
rockbox-7017fce0c7875f6be5c52cbfdc3139cebf213982.zip
a little fix of one constant only...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@240 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32/uisw32.h')
-rw-r--r--uisimulator/win32/uisw32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/win32/uisw32.h b/uisimulator/win32/uisw32.h
index c1001d7222..37edb0c4b8 100644
--- a/uisimulator/win32/uisw32.h
+++ b/uisimulator/win32/uisw32.h
@@ -25,7 +25,7 @@
25#define UI_WIDTH 240 // width of GUI window 25#define UI_WIDTH 240 // width of GUI window
26#define UI_HEIGHT 360 // height of GUI window 26#define UI_HEIGHT 360 // height of GUI window
27#define UI_LCD_COLOR 46, 57, 49 // bkgnd color of LCD 27#define UI_LCD_COLOR 46, 57, 49 // bkgnd color of LCD
28#define UI_LCD_BLACK RGB (0, 0, 0) // black 28#define UI_LCD_BLACK 0, 0, 0 // black
29#define UI_LCD_POSX 59 // x position of lcd 29#define UI_LCD_POSX 59 // x position of lcd
30#define UI_LCD_POSY 95 // y position of lcd 30#define UI_LCD_POSY 95 // y position of lcd
31 31