summaryrefslogtreecommitdiff
path: root/uisimulator/win32/uisw32.h
diff options
context:
space:
mode:
authorFelix Arends <edx@rockbox.org>2002-04-27 17:02:17 +0000
committerFelix Arends <edx@rockbox.org>2002-04-27 17:02:17 +0000
commitffb9e3a5bd1d9472b0cea2d9fba560ea0c58e58e (patch)
tree4c15d6a4d0878ef7f489506a0c9032f320df7cdf /uisimulator/win32/uisw32.h
parenta6ca085a35fc2b1739fc8d1e6cf064b45279e8ee (diff)
downloadrockbox-ffb9e3a5bd1d9472b0cea2d9fba560ea0c58e58e.tar.gz
rockbox-ffb9e3a5bd1d9472b0cea2d9fba560ea0c58e58e.zip
renamed cpp extensions to c, started coding file functions
file functions not working yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@262 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32/uisw32.h')
-rw-r--r--uisimulator/win32/uisw32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/uisimulator/win32/uisw32.h b/uisimulator/win32/uisw32.h
index d168c8955e..162d925aca 100644
--- a/uisimulator/win32/uisw32.h
+++ b/uisimulator/win32/uisw32.h
@@ -25,7 +25,8 @@
25 25
26#define UI_WIDTH 240 // width of GUI window 26#define UI_WIDTH 240 // width of GUI window
27#define UI_HEIGHT 360 // height of GUI window 27#define UI_HEIGHT 360 // height of GUI window
28#define UI_LCD_COLOR 46, 67, 49 // bkgnd color of LCD 28#define UI_LCD_BGCOLOR 46, 67, 49 // bkgnd color of LCD (no backlight)
29#define UI_LCD_BGCOLORLIGHT 56, 77, 59 // bkgnd color of LCD (backlight)
29#define UI_LCD_BLACK 0, 0, 0 // black 30#define UI_LCD_BLACK 0, 0, 0 // black
30#define UI_LCD_POSX 59 // x position of lcd 31#define UI_LCD_POSX 59 // x position of lcd
31#define UI_LCD_POSY 95 // y position of lcd 32#define UI_LCD_POSY 95 // y position of lcd