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.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index 890c6d0638..37989a682b 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -374,19 +374,6 @@
374#define UI_LCD_FGCOLOR 0, 0, 0 /* foreground color of LCD (no backlight) */ 374#define UI_LCD_FGCOLOR 0, 0, 0 /* foreground color of LCD (no backlight) */
375#define UI_LCD_FGCOLORLIGHT 0, 0, 0 /* foreground color of LCD (backlight) */ 375#define UI_LCD_FGCOLORLIGHT 0, 0, 0 /* foreground color of LCD (backlight) */
376 376
377#elif defined(MEIZU_M6SL)
378#define UI_TITLE "Meizu M6"
379#define UI_WIDTH 512 /* width of GUI window */
380#define UI_HEIGHT 322 /* height of GUI window */
381#define UI_LCD_POSX 39 /* x position of lcd */
382#define UI_LCD_POSY 38 /* y position of lcd */
383#define UI_LCD_WIDTH 320
384#define UI_LCD_HEIGHT 240
385#define UI_LCD_BGCOLOR 32, 32, 32 /* bkgnd color of LCD (no backlight) */
386#define UI_LCD_BGCOLORLIGHT 192, 192, 192 /* bkgnd color of LCD (backlight) */
387#define UI_LCD_FGCOLOR 0, 0, 0 /* foreground color of LCD (no backlight) */
388#define UI_LCD_FGCOLORLIGHT 0, 0, 0 /* foreground color of LCD (backlight) */
389
390#endif 377#endif
391extern SDL_Surface *gui_surface; 378extern SDL_Surface *gui_surface;
392extern bool background; /* True if the background image is enabled */ 379extern bool background; /* True if the background image is enabled */