ChangeSet ID: 17070 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/14 06:30:10
Modified files: programs/wineconsole: wineconsole.c winecon_private.h user.c dlls/kernel : console.c
Log message: Rein Klazes wijn@wanadoo.nl 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.
Patch: http://cvs.winehq.org/patch.py?id=17070
Old revision New revision Changes Path 1.35 1.36 +5 -3 wine/programs/wineconsole/wineconsole.c 1.12 1.13 +1 -0 wine/programs/wineconsole/winecon_private.h 1.23 1.24 +1 -1 wine/programs/wineconsole/user.c 1.39 1.40 +5 -0 wine/dlls/kernel/console.c