The Iriver display is blue

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5083 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2004-09-16 20:03:03 +00:00
parent 4bdbcd6a7c
commit bbcd7406fa

View file

@ -29,6 +29,7 @@
#include <ctype.h> #include <ctype.h>
#include <time.h> #include <time.h>
#include "config.h"
#include "screenhack.h" #include "screenhack.h"
#include "version.h" #include "version.h"
@ -61,7 +62,11 @@ XrmOptionDescRec options [] = {
char *progclass = "rockboxui"; char *progclass = "rockboxui";
char *defaults [] = { char *defaults [] = {
#ifdef IRIVER_H100
".background: lightblue",
#else
".background: lightgreen", ".background: lightgreen",
#endif
".foreground: black", ".foreground: black",
"*help: false", "*help: false",
0 0