- Always unlink children before sending WM_NCDESTROY message.
commit53ccd49c58d9b4562c1ae48c651c212770a2bf0d
authorDmitry Timoshkov <dmitry@codeweavers.com>
Fri, 18 Feb 2005 20:01:41 +0000 (18 20:01 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 18 Feb 2005 20:01:41 +0000 (18 20:01 +0000)
tree4b4f0ef3bfeb0a9d6f37f7da04fb2427ba0d6f18
parent43b5576998aea7accd9f4fb791043d89e9b83cad
- Always unlink children before sending WM_NCDESTROY message.
- Fix order of WM_DESTROY messages for the children's recursion.
- DestroyWindow should hide only visible windows.
- Add a test case for the above fixes.
dlls/user/tests/msg.c
windows/win.c