21 Sep
2004
21 Sep
'04
12:24 a.m.
ChangeSet ID: 13853 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/09/20 19:24:22 Modified files: windows : win.c mdi.c dlls/user/tests: msg.c Log message: Dmitry Timoshkov <dmitry(a)codeweavers.com> Make message flow for MDI creation/activation/destruction more like in Windows. Add a bunch of MDI message tests. Patch: http://cvs.winehq.org/patch.py?id=13853 Old revision New revision Changes Path 1.247 1.248 +23 -16 wine/windows/win.c 1.132 1.133 +51 -70 wine/windows/mdi.c 1.39 1.40 +186 -8 wine/dlls/user/tests/msg.c