summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/common/stubs.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 5b02a4256e..00be8624df 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -306,6 +306,13 @@ void button_set_flip(bool yesno)
306 (void)yesno; 306 (void)yesno;
307} 307}
308 308
309#ifdef HAVE_TOUCHPAD_SENSITIVITY_SETTING
310void touchpad_set_sensitivity(int level)
311{
312 (void)level;
313}
314#endif
315
309/* assure an unused place to direct virtual pointers to */ 316/* assure an unused place to direct virtual pointers to */
310#define VIRT_SIZE 0xFFFF /* more than enough for our string ID range */ 317#define VIRT_SIZE 0xFFFF /* more than enough for our string ID range */
311unsigned char vp_dummy[VIRT_SIZE]; 318unsigned char vp_dummy[VIRT_SIZE];