ChangeSet ID: 15897 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/02/02 03:33:58
Modified files: windows : win.c mdi.c include : win.h dlls/user/tests: win.c
Log message: Dmitry Timoshkov dmitry@codeweavers.com Use the idFirstChild specified in the MDIClient's CLIENTCREATESTRUCT when creating MDI children. Add a test case for the desired behaviour.
Patch: http://cvs.winehq.org/patch.py?id=15897
Old revision New revision Changes Path 1.262 1.263 +3 -1 wine/windows/win.c 1.144 1.145 +5 -5 wine/windows/mdi.c 1.92 1.93 +1 -1 wine/include/win.h 1.39 1.40 +20 -3 wine/dlls/user/tests/win.c