NxWidgets server initialization must be performed in the kernel when NxWdigets is built in kernel mode

This commit is contained in:
Gregory Nutt
2013-12-29 09:46:57 -06:00
parent c51659a8df
commit d487d27b41
6 changed files with 910 additions and 156 deletions
+2
View File
@@ -597,6 +597,7 @@ CONFIG_LCD_MAXCONTRAST=1
CONFIG_NX_MOUSE=y
CONFIG_NX_KBD=y
#CONFIG_NXTK_BORDERWIDTH=4
CONFIG_NXTK_DEFAULT_BORDERCOLORS=n
CONFIG_NXTK_BORDERCOLOR1=0x5cb7
CONFIG_NXTK_BORDERCOLOR2=0x21c9
CONFIG_NXTK_BORDERCOLOR3=0xffdf
@@ -635,6 +636,7 @@ CONFIG_NX_MXCLIENTMSGS=16
# 7. Use a larger font with the calculator
#
CONFIG_NXWIDGETS_BPP=16
CONFIG_NXWIDGET_SERVERINIT=y
CONFIG_NXWIDGETS_SERVERSTACK=2048
CONFIG_NXWIDGETS_LISTENERSTACK=2048
CONFIG_NXWIDGETS_DEFAULT_BACKGROUNDCOLOR=MKRGB(148,189,215)