mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-14 07:32:35 -05:00
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:
parent
4bdbcd6a7c
commit
bbcd7406fa
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue