9
0
Fork 0

Fix passed window number

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1369 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-12-01 15:13:12 +00:00
parent 142fc1f52e
commit bfa01ee751
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ int user_start(int argc, char *argv[])
/* Create window #1 */
message("user_start: Create window #1\n");
hwnd1 = nx_openwindow(g_hnx, &g_nxcb1, (FAR void *)2);
hwnd1 = nx_openwindow(g_hnx, &g_nxcb1, (FAR void *)1);
message("user_start: hwnd1=%p\n", hwnd1);
if (!hwnd1)