mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Fix passed window number
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1369 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user