ShowWindow should not optimize SW_HIDE, it's the job of SetWindowPos.
commit0d3748bbf679aa04fc83b0bc4679f7e42453f9a8
authorDmitry Timoshkov <dmitry@codeweavers.com>
Fri, 2 Apr 2004 20:16:39 +0000 (2 20:16 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 2 Apr 2004 20:16:39 +0000 (2 20:16 +0000)
tree2702cf1bd074ebce8ad6af987f037b4f9b60ffe0
parent85571bb128b3f333d7ed4e0c21e2a1cd548b8501
ShowWindow should not optimize SW_HIDE, it's the job of SetWindowPos.
dlls/x11drv/winpos.c