Make WIN_WindowFromPoint take a POINT instead of a POINT16.
commit5db8d2f48b7a6252bc2379c4e527e3e320b76b95
authorAlexandre Julliard <julliard@winehq.org>
Tue, 22 May 2001 19:55:20 +0000 (22 19:55 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 22 May 2001 19:55:20 +0000 (22 19:55 +0000)
tree0bfc214b5e7bdc06fa0f8b744d05e2f3d2975c63
parent30975c0c90465b14481b9b78f3430563cbf25ad9
Make WIN_WindowFromPoint take a POINT instead of a POINT16.
Small bug fix in scope window handling.
Always check for message when QS_SENDMESSAGE is set.
include/winpos.h
windows/message.c
windows/winpos.c