tune comments

This commit is contained in:
Vincent Wei
2020-03-22 17:35:54 +08:00
parent 7932f5f687
commit 4144065fb8

View File

@@ -4261,7 +4261,7 @@ HWND GUIAPI CreateMainWindowEx2 (PMAINWINCREATE pCreateInfo, LINT id,
{pCreateInfo->lx, pCreateInfo->ty,
pCreateInfo->rx, pCreateInfo->by} };
// we ignore the retval. may fail for client of procs runmode
// we ignore the retval. may fail for client under procs runmode
SendMessage (HWND_DESKTOP, MSG_CALC_POSITION, 0, (LPARAM)&info);
pCreateInfo->lx = info.rc.left;