From 4144065fb80eb1fb913ca50fc003b60a533c26f1 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Sun, 22 Mar 2020 17:35:54 +0800 Subject: [PATCH] tune comments --- src/gui/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/window.c b/src/gui/window.c index c3afc9b5..5cc52b08 100644 --- a/src/gui/window.c +++ b/src/gui/window.c @@ -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;