wintab32: Remove unneeded cast.
This commit is contained in:
parent
5c517a20b7
commit
78ea65bb3a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue