| Commit in reactos/lib/user32/windows on MAIN | |||
| nonclient.c | -1 | 1.56 -> 1.57 | |
fixed handling of caption buttons
diff -u -r1.56 -r1.57 --- nonclient.c 12 May 2004 20:34:38 -0000 1.56 +++ nonclient.c 20 May 2004 14:53:14 -0000 1.57 @@ -937,7 +937,6 @@
case WM_MOUSEMOVE:
if(HasBtn)
{
- ClientToScreen(hWnd, &Msg.pt);
CurBtn = DefWndNCHitTest(hWnd, Msg.pt);
if(InBtn != (CurBtn == OrigBtn))
{