mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[User32]
- 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user