Documentation/NXGraphicsSubsystem.html
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2625 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
9eaf3e665f
commit
f75d5d37d2
@ -878,7 +878,7 @@ CONFIG_EXAMPLES_NX_TBCOLOR=0xad55
|
||||
CONFIG_EXAMPLES_NX_FONTCOLOR=0x0000
|
||||
CONFIG_EXAMPLES_NX_BPP=16
|
||||
CONFIG_EXAMPLES_NX_RAWWINDOWS=n
|
||||
CONFIG_EXAMPLES_NX_STACKSIZE=8192
|
||||
CONFIG_EXAMPLES_NX_STACKSIZE=2048
|
||||
CONFIG_EXAMPLES_NX_CLIENTPRIO=80
|
||||
CONFIG_EXAMPLES_NX_SERVERPRIO=120
|
||||
CONFIG_EXAMPLES_NX_NOTIFYSIGNO=4
|
||||
|
@ -853,8 +853,8 @@ int user_start(int argc, char *argv[])
|
||||
/* Close the window 2 */
|
||||
|
||||
errout_with_hwnd2:
|
||||
message("user_start: Close window\n");
|
||||
(void)nxeg_closewindow(hwnd2, &g_wstate[2]);
|
||||
message("user_start: Close window #2\n");
|
||||
(void)nxeg_closewindow(hwnd2, &g_wstate[1]);
|
||||
|
||||
/* Close the window1 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user