mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
parent
c70e3fd433
commit
52f4e2b161
1 changed files with 2 additions and 0 deletions
|
@ -733,6 +733,8 @@ WinPosInternalMoveWindow(PWINDOW_OBJECT Window, INT MoveX, INT MoveY)
|
|||
{
|
||||
PWINDOW_OBJECT Child;
|
||||
|
||||
ASSERT(Window != Window->FirstChild);
|
||||
|
||||
Window->Wnd->WindowRect.left += MoveX;
|
||||
Window->Wnd->WindowRect.right += MoveX;
|
||||
Window->Wnd->WindowRect.top += MoveY;
|
||||
|
|
Loading…
Reference in a new issue