summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2009-10-13 20:51:28 +0000
committerDave Chapman <dave@dchapman.com>2009-10-13 20:51:28 +0000
commit81ef39bd8d6005c09d8245ab36ed87f38a4aa95c (patch)
treea6ac4c22ac57608becd3ec9b93daf363feb28d2e /uisimulator
parent11bd80cd3849e71358e0efabfa5149e6ce7dc462 (diff)
downloadrockbox-81ef39bd8d6005c09d8245ab36ed87f38a4aa95c.tar.gz
rockbox-81ef39bd8d6005c09d8245ab36ed87f38a4aa95c.zip
Changes to make the Nano2G sim build. It is still missing a UI-ipodnano2g.bmp
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23163 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/sdl/uisdl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index 52294c0587..a14c453c61 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -116,6 +116,13 @@
116#define UI_LCD_POSX 13 /* x position of lcd */ 116#define UI_LCD_POSX 13 /* x position of lcd */
117#define UI_LCD_POSY 14 /* y position of lcd */ 117#define UI_LCD_POSY 14 /* y position of lcd */
118 118
119#elif defined(IPOD_NANO2G)
120#define UI_TITLE "iPod Nano 2G"
121#define UI_WIDTH 199 /* width of GUI window */
122#define UI_HEIGHT 421 /* height of GUI window */
123#define UI_LCD_POSX 13 /* x position of lcd */
124#define UI_LCD_POSY 14 /* y position of lcd */
125
119#elif defined(IPOD_VIDEO) 126#elif defined(IPOD_VIDEO)
120#define UI_TITLE "iPod Video" 127#define UI_TITLE "iPod Video"
121#define UI_WIDTH 350 /* width of GUI window */ 128#define UI_WIDTH 350 /* width of GUI window */