ChangeSet ID: 10783 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/01/19 22:29:21
Modified files: windows : winproc.c win.c mdi.c include : win.h dlls/user/tests: win.c
Log message: Dmitry Timoshkov dmitry@codeweavers.com Merge the MDI and common window creation code. Change the way MDI children are managed in MDIClient. Add support for MDICREATESTRUCT A<->W conversions. Add support for WM_MDIREFRESHMENU.
Patch: http://cvs.winehq.com/patch.py?id=10783
Old revision New revision Changes Path 1.109 1.110 +57 -0 wine/windows/winproc.c 1.232 1.233 +98 -9 wine/windows/win.c 1.116 1.117 +236 -493 wine/windows/mdi.c 1.80 1.81 +2 -0 wine/include/win.h 1.13 1.14 +237 -23 wine/dlls/user/tests/win.c