From 01137a558c144601b3970baa2355d458f02bb949 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 2 May 2012 14:38:54 +0000 Subject: [PATCH] NxWM initial displays come up okay git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4687 42af7a65-404d-4744-a932-0658087f49c3 --- configs/sim/nxwm/defconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/sim/nxwm/defconfig b/configs/sim/nxwm/defconfig index 24996e8951..74b5aea152 100644 --- a/configs/sim/nxwm/defconfig +++ b/configs/sim/nxwm/defconfig @@ -547,8 +547,14 @@ CONFIG_NX_MXCLIENTMSGS=16 # # NxWidgets # +# Use all defaults except +# 1. Need an especially big server stack size to work with X +# 2. Make the NxWidgets background color match the NxWM back color +# CONFIG_NXWIDGETS_SERVERSTACK=16384 CONFIG_NXWIDGETS_LISTENERSTACK=8192 +CONFIG_NXWIDGETS_DEFAULT_BACKGROUNDCOLOR=MKRGB(148,189,215) +CONFIG_NXWIDGETS_DEFAULT_SELECTEDBACKGROUNDCOLOR=MKRGB(206,227,241) # # NxConsole Configuration Settings: