Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding
commit8fd26b9134abce45458c26e326acdd17274651ed
authorAlexandre Julliard <julliard@winehq.org>
Mon, 15 Oct 2001 17:56:45 +0000 (15 17:56 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 Oct 2001 17:56:45 +0000 (15 17:56 +0000)
tree0ffaff124e19184fde429494835c4cc851252d43
parent7ede8fab0457ddc341ef85e30b74a784473127bb
Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding
WIN_ReleasePtr. Started using it instead of WIN_FindWndPtr where we
don't need to access windows of other processes.
20 files changed:
controls/icontitle.c
controls/scroll.c
dlls/user/msg16.c
dlls/x11drv/desktop.c
dlls/x11drv/scroll.c
dlls/x11drv/window.c
dlls/x11drv/winpos.c
include/win.h
windows/class.c
windows/dce.c
windows/defdlg.c
windows/defwnd.c
windows/dialog.c
windows/mdi.c
windows/message.c
windows/nonclient.c
windows/painting.c
windows/spy.c
windows/timer.c
windows/win.c