summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-01 18:49:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-01 18:49:47 +0000
commitc7ed6c7cb4ae5d1e664f3818dae4e6114d14d6d4 (patch)
treecec036feddbdfd710547392bad9f7c1392f3217a /nuttx
parentbab751af93911b76224e9a62ca962ad6f2a7d222 (diff)
downloadpx4-nuttx-c7ed6c7cb4ae5d1e664f3818dae4e6114d14d6d4.tar.gz
px4-nuttx-c7ed6c7cb4ae5d1e664f3818dae4e6114d14d6d4.tar.bz2
px4-nuttx-c7ed6c7cb4ae5d1e664f3818dae4e6114d14d6d4.zip
Enable mouse input
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1378 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/configs/sim/nx/defconfig2
-rw-r--r--nuttx/configs/sim/nx/defconfig-x112
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/sim/nx/defconfig b/nuttx/configs/sim/nx/defconfig
index 1d79f7e9c..82bb63391 100644
--- a/nuttx/configs/sim/nx/defconfig
+++ b/nuttx/configs/sim/nx/defconfig
@@ -341,7 +341,7 @@ CONFIG_NXGLIB_DISABLE_16BPP=y
CONFIG_NXGLIB_DISABLE_24BPP=y
CONFIG_NXGLIB_DISABLE_32BPP=y
CONFIG_NXGL_PACKEDMSFIRST=n
-CONFIG_NX_MOUSE=n
+CONFIG_NX_MOUSE=y
CONFIG_NX_KBD=n
CONFIG_NX_BLOCKING=n
CONFIG_NX_MXSERVERMSGS=32
diff --git a/nuttx/configs/sim/nx/defconfig-x11 b/nuttx/configs/sim/nx/defconfig-x11
index 472d9073b..10e972549 100644
--- a/nuttx/configs/sim/nx/defconfig-x11
+++ b/nuttx/configs/sim/nx/defconfig-x11
@@ -341,7 +341,7 @@ CONFIG_NXGLIB_DISABLE_16BPP=y
CONFIG_NXGLIB_DISABLE_24BPP=y
CONFIG_NXGLIB_DISABLE_32BPP=n
CONFIG_NXGL_PACKEDMSFIRST=n
-CONFIG_NX_MOUSE=n
+CONFIG_NX_MOUSE=y
CONFIG_NX_KBD=n
CONFIG_NX_BLOCKING=n
CONFIG_NX_MXSERVERMSGS=32