ChangeSet ID: 16848 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/25 04:38:57
Modified files: windows : win.c server : window.c trace.c request.h protocol.def include/wine : server_protocol.h include : win.h dlls/x11drv : window.c dlls/user : user32.spec
Log message: Replace the link_window request by a set_parent request since that is all link_window is used for at this point. Get rid of the WIN_LinkWindow/UnlinkWindow functions.
Patch: http://cvs.winehq.org/patch.py?id=16848
Old revision New revision Changes Path 1.273 1.274 +10 -91 wine/windows/win.c 1.46 1.47 +31 -27 wine/server/window.c 1.229 1.230 +15 -15 wine/server/trace.c 1.108 1.109 +2 -2 wine/server/request.h 1.124 1.125 +10 -10 wine/server/protocol.def 1.125 1.126 +19 -19 wine/include/wine/server_protocol.h 1.96 1.97 +0 -2 wine/include/win.h 1.103 1.104 +25 -13 wine/dlls/x11drv/window.c 1.103 1.104 +0 -2 wine/dlls/user/user32.spec