Make DestroyWindow() not mess with a window focus, this should be
commitd5a1e761eeb626eed2d66a49c30c32e07e8a7efe
authorDmitry Timoshkov <dmitry@codeweavers.com>
Fri, 26 Mar 2004 01:06:15 +0000 (26 01:06 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 26 Mar 2004 01:06:15 +0000 (26 01:06 +0000)
tree74843d929847cdf0d25e93e16fcbc1c26aaf1987
parent6a203fb8857e8dbb9daa564c9177823edd1df1be
Make DestroyWindow() not mess with a window focus, this should be
taken care of by ShowWindow(SW_HIDE).
Add a test for DestroyWindow() on a focused child.
dlls/user/tests/msg.c
windows/win.c