- Remove code that breaks wine release 1.7.29 user32 input tests. Code was there since r2505.
- So due to this commit, over compensating hacks can break.

svn path=/trunk/; revision=64860
This commit is contained in:
James Tabor 2014-10-21 03:13:21 +00:00
parent 5c5affcc22
commit 64057f44f9

View file

@ -622,10 +622,7 @@ User32DefWindowProc(HWND hWnd,
case WM_RBUTTONUP:
{
POINT Pt;
if (hWnd == GetCapture())
{
ReleaseCapture();
}
Pt.x = GET_X_LPARAM(lParam);
Pt.y = GET_Y_LPARAM(lParam);
ClientToScreen(hWnd, &Pt);