From 096ace5a682314fa8fe158d8d77babeff8e53059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Mon, 13 Aug 2018 17:57:27 +0200 Subject: [PATCH] Clarify comment --- src/win32_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/win32_init.c b/src/win32_init.c index a913846d..660bb0a8 100644 --- a/src/win32_init.c +++ b/src/win32_init.c @@ -339,8 +339,8 @@ static HWND createHelperWindow(void) return NULL; } - // HACK: The first call to ShowWindow is ignored if the parent process - // passed along a STARTUPINFO, so clear that flag with a no-op call + // HACK: The command to the first ShowWindow call is ignored if the parent + // process passed along a STARTUPINFO, so clear that with a no-op call ShowWindow(window, SW_HIDE); // Register for HID device notifications