From d7db3259ee36ab66164d129e66525c012b2f747e Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 28 Nov 2008 17:59:59 +0000 Subject: [PATCH] Fix conditional compilation git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1334 42af7a65-404d-4744-a932-0658087f49c3 --- graphics/nxmu/nxfe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/nxmu/nxfe.h b/graphics/nxmu/nxfe.h index 7ba7ed5840..8aa14af3c6 100644 --- a/graphics/nxmu/nxfe.h +++ b/graphics/nxmu/nxfe.h @@ -219,7 +219,7 @@ struct nxclimsg_mousein_s /* This message reports a new keypad event to a particular window */ -#ifdef CONFIG_NX_KBDIN +#ifdef CONFIG_NX_KBD struct nxclimsg_key { uint32 msgid; /* NX_CLIMSG_KBDIN */ @@ -370,7 +370,7 @@ struct nxsvrmsg_mousein_s * interrupt handler). */ -#ifdef CONFIG_NX_EXTERNKBD +#ifdef CONFIG_NX_KBD struct nxsvrmsg_kbdin_s { uint32 msgid; /* NX_SVRMSG_KBDIN */