- fix GetNCHitEx, restore track mouse buttons in test system.

svn path=/trunk/; revision=54518
This commit is contained in:
James Tabor 2011-11-28 06:37:45 +00:00
parent 6bba47787d
commit 0155bc51c8

View file

@ -305,8 +305,7 @@ GetNCHitEx(PWND pWnd, POINT pt)
}
else
{
IntGetClientRect(pWnd, &rcClient); // This or
//rcClient = pWnd->rcClient; // this one?
rcClient = pWnd->rcClient;
rcWindow = pWnd->rcWindow;
}