[PATCH] conhost: Respect the StartupInfo's wShowWindow.

Dmitry Timoshkov dmitry at baikal.ru
Mon Nov 30 10:19:59 CST 2020


Gabriel Ivăncescu <gabrielopcode at gmail.com> wrote:

> -        ShowWindow( console.win, SW_SHOW );
> +        ShowWindow( console.win, (si.dwFlags & STARTF_USESHOWWINDOW) && si.wShowWindow != SW_SHOWDEFAULT
> +                                 ? si.wShowWindow : SW_SHOW );

What's the reason to treat SW_SHOWDEFAULT specially?

-- 
Dmitry.



More information about the wine-devel mailing list