Andrew Talbot : wintab32: Remove unneeded cast.

Alexandre Julliard julliard at winehq.org
Thu Feb 7 07:59:27 CST 2008


Module: wine
Branch: master
Commit: 78ea65bb3a4236f4a1e2ac130f2b3819c1e7a2b5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=78ea65bb3a4236f4a1e2ac130f2b3819c1e7a2b5

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Wed Feb  6 21:12:13 2008 +0000

wintab32: Remove unneeded cast.

---

 dlls/wintab32/wintab32.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dlls/wintab32/wintab32.c b/dlls/wintab32/wintab32.c
index 5f8608b..1ef19d9 100644
--- a/dlls/wintab32/wintab32.c
+++ b/dlls/wintab32/wintab32.c
@@ -143,8 +143,7 @@ static LRESULT WINAPI TABLET_WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam,
                 {
                     prox = MAKELPARAM( wParam, 1 );
                     TABLET_PostTabletMessage(handler, WT_PROXIMITY,
-                                        (WPARAM)handler->handle, (LPARAM)prox,
-                                        TRUE);
+                                        (WPARAM)handler->handle, prox, TRUE);
                 }
                 break;
             }




More information about the wine-cvs mailing list