mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:42:56 +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
|
else
|
||||||
{
|
{
|
||||||
IntGetClientRect(pWnd, &rcClient); // This or
|
rcClient = pWnd->rcClient;
|
||||||
//rcClient = pWnd->rcClient; // this one?
|
|
||||||
rcWindow = pWnd->rcWindow;
|
rcWindow = pWnd->rcWindow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue