Commit 78ea65bb authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

wintab32: Remove unneeded cast.

parent 5c517a20
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment