summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/uisdl.h
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2009-10-28 17:56:00 +0000
committerDominik Wenger <domonoky@googlemail.com>2009-10-28 17:56:00 +0000
commite5086076a0071f4e02d87305355a968670594ec9 (patch)
treefeb84a6a9127e5966dc256edd7630ba766006942 /uisimulator/sdl/uisdl.h
parentbee59000324bfd74a38d6d652dae62fc61b3b344 (diff)
downloadrockbox-e5086076a0071f4e02d87305355a968670594ec9.tar.gz
rockbox-e5086076a0071f4e02d87305355a968670594ec9.zip
make the mini2440 simulator compile.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23379 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/sdl/uisdl.h')
-rw-r--r--uisimulator/sdl/uisdl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index 8e60735d05..911f2a3f50 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -353,6 +353,12 @@
353#define UI_LCD_POSX 124 /* x position of lcd */ 353#define UI_LCD_POSX 124 /* x position of lcd */
354#define UI_LCD_POSY 42 /* y position of lcd */ 354#define UI_LCD_POSY 42 /* y position of lcd */
355 355
356#elif defined(MINI2440)
357#define UI_TITLE "Mini2440"
358#define UI_WIDTH 441 /* width of GUI window */
359#define UI_HEIGHT 436 /* height of GUI window */
360#define UI_LCD_POSX 148 /* x position of lcd */
361#define UI_LCD_POSY 50 /* y position of lcd */
356#else 362#else
357#error no UI defines 363#error no UI defines
358#endif 364#endif