From 522a84c7825b6a3433a22ae37ec0761b83da37ef Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 1 Dec 2008 18:49:47 +0000 Subject: [PATCH] Enable mouse input git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1378 42af7a65-404d-4744-a932-0658087f49c3 --- configs/sim/nx/defconfig | 2 +- configs/sim/nx/defconfig-x11 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/sim/nx/defconfig b/configs/sim/nx/defconfig index 1d79f7e9c7..82bb633914 100644 --- a/configs/sim/nx/defconfig +++ b/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/configs/sim/nx/defconfig-x11 b/configs/sim/nx/defconfig-x11 index 472d9073b5..10e9725499 100644 --- a/configs/sim/nx/defconfig-x11 +++ b/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