summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/uisdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/sdl/uisdl.h')
-rw-r--r--uisimulator/sdl/uisdl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index 98e72aadfe..800a7f8ab6 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -141,11 +141,11 @@
141 141
142#elif defined(IPOD_VIDEO) 142#elif defined(IPOD_VIDEO)
143#define UI_TITLE "iPod Video" 143#define UI_TITLE "iPod Video"
144#define UI_WIDTH 320 // width of GUI window 144#define UI_WIDTH 350 // width of GUI window
145#define UI_HEIGHT 240 // height of GUI window 145#define UI_HEIGHT 591 // height of GUI window
146/* high-colour */ 146/* high-colour */
147#define UI_LCD_POSX 0 // x position of lcd 147#define UI_LCD_POSX 14 // x position of lcd
148#define UI_LCD_POSY 0 // y position of lcd 148#define UI_LCD_POSY 12 // y position of lcd
149#define UI_LCD_WIDTH 320 149#define UI_LCD_WIDTH 320
150#define UI_LCD_HEIGHT 240 150#define UI_LCD_HEIGHT 240
151 151