winuser.h: Add RealChildWindowFromPoint declaration

Dmitry Timoshkov dmitry at codeweavers.com
Thu Jul 19 07:34:53 CDT 2007


Hello,

Changelog:
    winuser.h: Add RealChildWindowFromPoint declaration.

---
 include/winuser.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/winuser.h b/include/winuser.h
index 38f6add..1c650bc 100644
--- a/include/winuser.h
+++ b/include/winuser.h
@@ -4813,6 +4813,7 @@ UINT        WINAPI PrivateExtractIconExW(LPCWSTR,int,HICON*,HICON*,UINT);
 UINT        WINAPI PrivateExtractIconsA(LPCSTR,int,int,int,HICON*,UINT*,UINT,UINT);
 UINT        WINAPI PrivateExtractIconsW(LPCWSTR,int,int,int,HICON*,UINT*,UINT,UINT);
 BOOL        WINAPI PtInRect(const RECT*,POINT);
+HWND        WINAPI RealChildWindowFromPoint(HWND,POINT);
 UINT        WINAPI RealGetWindowClassA(HWND,LPSTR,UINT);
 UINT        WINAPI RealGetWindowClassW(HWND,LPWSTR,UINT);
 #define     RealGetWindowClass WINELIB_NAME_AW(RealGetWindowClass)
-- 
1.5.2.3






More information about the wine-patches mailing list