ChangeSet ID: 5526 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/09/24 19:21:56
Modified files: dlls/user/tests: .cvsignore Makefile.in include : win.h include/wine : server_protocol.h server : protocol.def trace.c window.c windows : win.c Added files: dlls/user/tests: win.c
Log message: Fixed a number of bugs in the handling of window parent and owner and added a regression test (based on the work of Bill Medland).
Patch: http://cvs.winehq.com/patch.py?id=5526
Old revision New revision Changes Path 1.5 1.6 +1 -0 wine/dlls/user/tests/.cvsignore 1.1 1.2 +1 -0 wine/dlls/user/tests/Makefile.in 1.190 1.191 +75 -42 wine/windows/win.c 1.68 1.69 +1 -1 wine/include/win.h 1.39 1.40 +2 -1 wine/include/wine/server_protocol.h 1.40 1.41 +1 -0 wine/server/protocol.def 1.136 1.137 +2 -1 wine/server/trace.c 1.17 1.18 +19 -26 wine/server/window.c Added 1.1 +0 -0 wine/dlls/user/tests/win.c