summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sim/src/up_internal.h')
-rw-r--r--nuttx/arch/sim/src/up_internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/arch/sim/src/up_internal.h b/nuttx/arch/sim/src/up_internal.h
index fdb798fc2..1b06dae21 100644
--- a/nuttx/arch/sim/src/up_internal.h
+++ b/nuttx/arch/sim/src/up_internal.h
@@ -171,8 +171,7 @@ extern int up_x11eventloop(void);
/* up_eventloop.c ***********************************************************/
#if defined(CONFIG_SIM_X11FB) && defined(CONFIG_SIM_TOUCHSCREEN)
-extern int up_tcenter(int x, int y, int buttons);
-extern int up_tcleave(int x, int y, int buttons);
+extern int up_buttonevent(int x, int y, int buttons);
#endif
/* up_tapdev.c ************************************************************/