Replace the link_window request by a set_parent request since that is
commit4d32a475a8f730f5a5df7ecc4f1282f8f8a175df
authorAlexandre Julliard <julliard@winehq.org>
Fri, 25 Mar 2005 10:38:56 +0000 (25 10:38 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 25 Mar 2005 10:38:56 +0000 (25 10:38 +0000)
tree2d68e33f2d5f99478839d92c4c6a4850f68c22f2
parent0ac16713fd3a778c7704998f98f16184aaf4e5be
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.
dlls/user/user32.spec
dlls/x11drv/window.c
include/win.h
include/wine/server_protocol.h
server/protocol.def
server/request.h
server/trace.c
server/window.c
windows/win.c