summaryrefslogtreecommitdiff
path: root/uisimulator/x11
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-01-11 16:08:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-01-11 16:08:48 +0000
commit130a0270bf44c6277f4032426686b4286c410cec (patch)
tree64af05dd9d9d9eccb7d3f6f37edd247209e457be /uisimulator/x11
parent531bdf6925cd6911d13661df7788aabd1f3880f9 (diff)
downloadrockbox-130a0270bf44c6277f4032426686b4286c410cec.tar.gz
rockbox-130a0270bf44c6277f4032426686b4286c410cec.zip
make the x5 sim pass
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8337 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11')
-rw-r--r--uisimulator/x11/screenhack.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/uisimulator/x11/screenhack.c b/uisimulator/x11/screenhack.c
index 5270990029..c3aa2e4c63 100644
--- a/uisimulator/x11/screenhack.c
+++ b/uisimulator/x11/screenhack.c
@@ -126,6 +126,11 @@
126#define KEYBOARD_SPECIFIC \ 126#define KEYBOARD_SPECIFIC \
127 "[not written yet]" 127 "[not written yet]"
128 128
129#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD)
130#define KEYBOARD_SPECIFIC \
131 "[not written yet]"
132#else
133#error "Put your defines here"
129#endif 134#endif
130 135
131 136