diff options
| -rw-r--r-- | uisimulator/win32/UI-h120.bmp | bin | 0 -> 194120 bytes | |||
| -rw-r--r-- | uisimulator/win32/uisw32.h | 4 | ||||
| -rw-r--r-- | uisimulator/x11/uibasic.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/uisimulator/win32/UI-h120.bmp b/uisimulator/win32/UI-h120.bmp Binary files differnew file mode 100644 index 0000000..caeb81b --- /dev/null +++ b/uisimulator/win32/UI-h120.bmp diff --git a/uisimulator/win32/uisw32.h b/uisimulator/win32/uisw32.h index cf44a8a..7d46067 100644 --- a/uisimulator/win32/uisw32.h +++ b/uisimulator/win32/uisw32.h @@ -75,8 +75,8 @@ typedef unsigned short wchar_t; #define UI_LCD_WIDTH 112 #define UI_LCD_HEIGHT 64 // (80 for real aspect) -#elif defined(IRIVER_H100) -#define UI_TITLE "iriver H100" +#elif defined(IRIVER_H100_SERIES) +#define UI_TITLE "iriver H1x0" #define UI_WIDTH 379 // width of GUI window #define UI_HEIGHT 508 // height of GUI window #define UI_LCD_BGCOLOR 90, 145, 90 // bkgnd color of LCD (no backlight) diff --git a/uisimulator/x11/uibasic.c b/uisimulator/x11/uibasic.c index 08fdf59..3e7f46c 100644 --- a/uisimulator/x11/uibasic.c +++ b/uisimulator/x11/uibasic.c @@ -59,7 +59,7 @@ XrmOptionDescRec options [] = { char *progclass = "rockboxui"; char *defaults [] = { -#ifdef IRIVER_H100 +#ifdef IRIVER_H100_SERIES ".background: lightblue", #elif defined ARCHOS_GMINI120 ".background: royalblue", |