From 3b730a280d0fab13b65d03514a122fc7f8d86686 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 29 May 2008 21:53:49 +0000 Subject: Fix red while keeping menu item. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17658 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/stubs.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 5b02a42..00be862 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -306,6 +306,13 @@ void button_set_flip(bool yesno) (void)yesno; } +#ifdef HAVE_TOUCHPAD_SENSITIVITY_SETTING +void touchpad_set_sensitivity(int level) +{ + (void)level; +} +#endif + /* assure an unused place to direct virtual pointers to */ #define VIRT_SIZE 0xFFFF /* more than enough for our string ID range */ unsigned char vp_dummy[VIRT_SIZE]; -- cgit v1.1