mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
- fix GetNCHitEx, restore track mouse buttons in test system.
svn path=/trunk/; revision=54518
This commit is contained in:
parent
6bba47787d
commit
0155bc51c8
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue