From 2095d78af2376a5080e459ba554e4417abe51572 Mon Sep 17 00:00:00 2001 From: Mark Tempel Date: Thu, 30 Oct 2003 21:54:35 +0000 Subject: [PATCH] Update to specify the parameters to NtUserWindowFromPoint. svn path=/trunk/; revision=6470 --- reactos/include/win32k/ntuser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/include/win32k/ntuser.h b/reactos/include/win32k/ntuser.h index cf4a4eabf0b..2a095729c9f 100644 --- a/reactos/include/win32k/ntuser.h +++ b/reactos/include/win32k/ntuser.h @@ -1811,11 +1811,11 @@ NtUserWin32PoolAllocationStats( DWORD Unknown4, DWORD Unknown5); -DWORD +HWND STDCALL NtUserWindowFromPoint( - DWORD Unknown0, - DWORD Unknown1); + LONG X, + LONG Y); DWORD STDCALL