=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: ninput: Add ProcessInertiaInteractionContext() stub.

Alexandre Julliard julliard at winehq.org
Fri Jun 22 18:32:38 CDT 2018


Module: wine
Branch: master
Commit: 116ad14952633346a7d37952cc5dd3a46ad69e6e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=116ad14952633346a7d37952cc5dd3a46ad69e6e

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Thu Jun 21 16:19:43 2018 +0200

ninput: Add ProcessInertiaInteractionContext() stub.

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ninput/main.c      | 6 ++++++
 dlls/ninput/ninput.spec | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/dlls/ninput/main.c b/dlls/ninput/main.c
index 1aa3c46..932d159 100644
--- a/dlls/ninput/main.c
+++ b/dlls/ninput/main.c
@@ -72,6 +72,12 @@ HRESULT WINAPI DestroyInteractionContext(HINTERACTIONCONTEXT handle)
     return S_OK;
 }
 
+HRESULT WINAPI ProcessInertiaInteractionContext(HINTERACTIONCONTEXT context)
+{
+    FIXME("context %p: stub!\n", context);
+    return E_NOTIMPL;
+}
+
 BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, void *reserved)
 {
     TRACE("(%p, %d, %p)\n", inst, reason, reserved);
diff --git a/dlls/ninput/ninput.spec b/dlls/ninput/ninput.spec
index 0717cb1..fe7c6b3 100644
--- a/dlls/ninput/ninput.spec
+++ b/dlls/ninput/ninput.spec
@@ -10,7 +10,7 @@
 @ stub GetPropertyInteractionContext
 @ stub GetStateInteractionContext
 @ stub ProcessBufferedPacketsInteractionContext
-@ stub ProcessInertiaInteractionContext
+@ stdcall ProcessInertiaInteractionContext(ptr)
 @ stub ProcessPointerFramesInteractionContext
 @ stub RegisterOutputCallbackInteractionContext
 @ stub RemovePointerInteractionContext




More information about the wine-cvs mailing list