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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index 800a7f8ab6..70b8e18bd1 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -180,6 +180,16 @@
180 180
181#define UI_REMOTE_BGCOLORLIGHT 250, 180, 130 // bkgnd of remote lcd (bklight) 181#define UI_REMOTE_BGCOLORLIGHT 250, 180, 130 // bkgnd of remote lcd (bklight)
182#define UI_REMOTE_BGCOLOR 90, 145, 90 // bkgnd of remote lcd (no bklight) 182#define UI_REMOTE_BGCOLOR 90, 145, 90 // bkgnd of remote lcd (no bklight)
183
184#elif defined(GIGABEAT_F)
185#define UI_TITLE "Toshiba Gigabeat"
186#define UI_WIDTH 401 // width of GUI window
187#define UI_HEIGHT 655 // height of GUI window
188/* high-colour */
189#define UI_LCD_POSX 48 // x position of lcd
190#define UI_LCD_POSY 60 // y position of lcd
191#define UI_LCD_WIDTH 240
192#define UI_LCD_HEIGHT 320
183#endif 193#endif
184 194
185extern SDL_Surface *gui_surface; 195extern SDL_Surface *gui_surface;