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:
patacongo
2010-04-24 00:09:01 +00:00
parent 9eaf3e665f
commit f75d5d37d2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 */