summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-29 20:54:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-29 20:54:23 +0000
commit46801bed95c44460286a1ed78fc07e813eebfb66 (patch)
treee2de3c36d98c8fe80ee1c1c76def082c0c68e95d /nuttx/arch/sim/src/up_internal.h
parentfe71dddb9c1711ed8109fd3aa013a898b0d6fede (diff)
downloadpx4-nuttx-46801bed95c44460286a1ed78fc07e813eebfb66.tar.gz
px4-nuttx-46801bed95c44460286a1ed78fc07e813eebfb66.tar.bz2
px4-nuttx-46801bed95c44460286a1ed78fc07e813eebfb66.zip
Use XGrapButton, not XGrabPointer
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4000 42af7a65-404d-4744-a932-0658087f49c3
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 ************************************************************/