ChangeSet ID: 16178
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/18 14:01:41
Modified files:
windows : win.c
dlls/user/tests: msg.c
Log message:
Dmitry Timoshkov <dmitry(a)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
ChangeSet ID: 16169
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/18 06:52:14
Modified files:
dlls/dsound/tests: capture.c
Log message:
Robert Reif <reif(a)earthlink.net>
Fix capture test to pass on windows 98 when no sound card present or
device already in use.
Patch: http://cvs.winehq.org/patch.py?id=16169
Old revision New revision Changes Path
1.16 1.17 +6 -2 wine/dlls/dsound/tests/capture.c