Francois Gouget : ninput: Fix the name of MANIPULATION_VELOCITY' s velocityExpansion field.

Alexandre Julliard julliard at winehq.org
Tue Aug 27 15:28:15 CDT 2019


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Aug 27 03:33:08 2019 +0200

ninput: Fix the name of MANIPULATION_VELOCITY's velocityExpansion field.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/interactioncontext.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/interactioncontext.h b/include/interactioncontext.h
index a643b62..a3a5f34 100644
--- a/include/interactioncontext.h
+++ b/include/interactioncontext.h
@@ -113,7 +113,7 @@ typedef struct MANIPULATION_VELOCITY
 {
     float velocityX;
     float velocityY;
-    float velocityExapnsion;
+    float velocityExpansion;
     float velocityAngular;
 } MANIPULATION_VELOCITY;
 




More information about the wine-cvs mailing list