diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-06-18 22:09:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-06-18 22:09:48 +0000 |
commit | f77547c1478b67988d7cc493b0a4ccd681e026e9 (patch) | |
tree | dc4523c7e7f5be4a8749d74fb934970c0d71c8c5 /uisimulator | |
parent | 3a79a70b783c741e64be90bfefb6c7975f1197e3 (diff) | |
download | rockbox-f77547c1478b67988d7cc493b0a4ccd681e026e9.tar.gz rockbox-f77547c1478b67988d7cc493b0a4ccd681e026e9.zip |
make it build fine for H300 (keypads) as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6761 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/x11/screenhack.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uisimulator/x11/screenhack.c b/uisimulator/x11/screenhack.c index 4b8713970a..6c08da7123 100644 --- a/uisimulator/x11/screenhack.c +++ b/uisimulator/x11/screenhack.c @@ -108,6 +108,10 @@ "., INS MODE\n" \ "/, (1) RECORD\n" +#elif CONFIG_KEYPAD == IRIVER_H300_PAD +#define KEYBOARD_SPECIFIC \ + "[not written yet]" + #elif CONFIG_KEYPAD == GMINI100_PAD #define KEYBOARD_SPECIFIC \ "8, Up UP\n" \ |