In AllocConsole() pass the wShowWindow value and STARTF_USESHOWWINDOW
commitb05cceb6f53c6cfa760b08903b684a7558816989
authorRein Klazes <wijn@wanadoo.nl>
Thu, 14 Apr 2005 11:30:09 +0000 (14 11:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 14 Apr 2005 11:30:09 +0000 (14 11:30 +0000)
treea847432f52da9a6ae3dd1d42abf49ed7235f0ef4
parenteea415300bedd747173a6cc0b41cffd57106e754
In AllocConsole() pass the wShowWindow value and STARTF_USESHOWWINDOW
flag from the calling process to the console process. Make wineconsole
use the CmdShow parameter in the ShowWindow call.
dlls/kernel/console.c
programs/wineconsole/user.c
programs/wineconsole/winecon_private.h
programs/wineconsole/wineconsole.c