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.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index a8e05008af..e742155f6a 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -173,18 +173,6 @@
173#define UI_LCD_WIDTH 320 173#define UI_LCD_WIDTH 320
174#define UI_LCD_HEIGHT 240 174#define UI_LCD_HEIGHT 240
175 175
176#elif defined(ARCHOS_GMINI120)
177#define UI_TITLE "Gmini 120"
178#define UI_WIDTH 370 /* width of GUI window */
179#define UI_HEIGHT 264 /* height of GUI window */
180#define UI_LCD_BGCOLOR 90, 145, 90 /* bkgnd color of LCD (no backlight) */
181#define UI_LCD_BGCOLORLIGHT 60, 160, 230 /* bkgnd color of LCD (backlight) */
182#define UI_LCD_BLACK 0, 0, 0 /* black */
183#define UI_LCD_POSX 85 /* x position of lcd */
184#define UI_LCD_POSY 61 /* y position of lcd (74 for real aspect) */
185#define UI_LCD_WIDTH 192 /* * 1.5 */
186#define UI_LCD_HEIGHT 96 /* * 1.5 */
187
188#elif defined(IAUDIO_X5) 176#elif defined(IAUDIO_X5)
189#define UI_TITLE "iAudio X5" 177#define UI_TITLE "iAudio X5"
190#define UI_WIDTH 300 /* width of GUI window */ 178#define UI_WIDTH 300 /* width of GUI window */