From: Vijay Kiran Kamuju infyquest@gmail.com
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56709 --- dlls/user32/misc.c | 12 ++++++++++++ dlls/user32/user32.spec | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/dlls/user32/misc.c b/dlls/user32/misc.c index 497d40e9dc6..ea7f4bcdeba 100644 --- a/dlls/user32/misc.c +++ b/dlls/user32/misc.c @@ -484,6 +484,18 @@ BOOL WINAPI RegisterTouchHitTestingWindow(HWND hwnd, ULONG value) return TRUE; }
+ +/********************************************************************** + * PackTouchHitTestingProximityEvaluation [USER32.@] + */ +LRESULT WINAPI PackTouchHitTestingProximityEvaluation(const TOUCH_HIT_TESTING_INPUT *input, + const TOUCH_HIT_TESTING_PROXIMITY_EVALUATION *proximity) +{ + FIXME("(%p,%p): stub\n", input, proximity); + SetLastError(ERROR_CALL_NOT_IMPLEMENTED); + return 0; +} + /********************************************************************** * GetPointerType [USER32.@] */ diff --git a/dlls/user32/user32.spec b/dlls/user32/user32.spec index 8b99090afac..25bb1f07724 100644 --- a/dlls/user32/user32.spec +++ b/dlls/user32/user32.spec @@ -895,7 +895,7 @@ @ stdcall OpenWindowStationA(str long long) @ stdcall OpenWindowStationW(wstr long long) @ stdcall PackDDElParam(long long long) -# @ stub PackTouchHitTestingProximityEvaluation +@ stdcall PackTouchHitTestingProximityEvaluation(ptr ptr) @ stdcall PaintDesktop(long) # @ stub PaintMenuBar # @ stub PaintMonitor