mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
small efficiency fix
svn path=/trunk/; revision=13766
This commit is contained in:
@@ -487,7 +487,7 @@ DefWndDoSizeMove(HWND hwnd, WORD wParam)
|
||||
|
||||
WinPosGetMinMaxInfo(hwnd, NULL, NULL, &minTrack, &maxTrack);
|
||||
GetWindowRect(hwnd, &sizingRect);
|
||||
GetWindowRect(hwnd, &unmodRect);
|
||||
unmodRect = sizingRect;
|
||||
if (Style & WS_CHILD)
|
||||
{
|
||||
MapWindowPoints( 0, hWndParent, (LPPOINT)&sizingRect, 2 );
|
||||
|
||||
Reference in New Issue
Block a user