ChangeSet ID: 14133
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/11 14:55:28
Modified files:
windows : mdi.c
dlls/user/tests: win.c msg.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
- WM_MDISETMENU handler should update new frame menu only if an active
and maximized MDI child is visible.
- Add a test case for MDI child activation sequence.
Patch: http://cvs.winehq.org/patch.py?id=14133
Old revision New revision Changes Path
1.137 1.138 +2 -2 wine/windows/mdi.c
1.35 1.36 +51 -12 wine/dlls/user/tests/win.c
1.48 1.49 +15 -1 wine/dlls/user/tests/msg.c
ChangeSet ID: 14132
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/11 14:54:54
Modified files:
dlls/gdi/tests : bitmap.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Apparently this portion of the test was failing under some versions of
winxp, so remove it.
Patch: http://cvs.winehq.org/patch.py?id=14132
Old revision New revision Changes Path
1.3 1.4 +0 -3 wine/dlls/gdi/tests/bitmap.c