ChangeSet ID: 16178 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/02/18 14:01:41
Modified files: windows : win.c dlls/user/tests: msg.c
Log message: Dmitry Timoshkov dmitry@codeweavers.com - 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.
Patch: http://cvs.winehq.org/patch.py?id=16178
Old revision New revision Changes Path 1.264 1.265 +24 -26 wine/windows/win.c 1.68 1.69 +154 -10 wine/dlls/user/tests/msg.c