mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 18:31:57 +08:00
tune comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user