Add a test for ShowWindow(SW_SHOWMAXIMIZED) called for a not visible
commit7647cffbdfae5645fb1cfeacb01c936d34337d1c
authorDmitry Timoshkov <dmitry@codeweavers.com>
Mon, 12 Sep 2005 10:09:40 +0000 (12 10:09 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 12 Sep 2005 10:09:40 +0000 (12 10:09 +0000)
tree20616f4b9f764fe97863721945d84ed987b24773
parent807b11b3639f2a4089d58f04432bf90b0541e841
Add a test for ShowWindow(SW_SHOWMAXIMIZED) called for a not visible
overlapped window, which shows that WM_SHOWWINDOW is not sent in that
case and that it should activate a window and bring it to top.
dlls/user/tests/msg.c
dlls/x11drv/winpos.c