mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +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;
|
PWINDOW_OBJECT Child;
|
||||||
|
|
||||||
|
ASSERT(Window != Window->FirstChild);
|
||||||
|
|
||||||
Window->Wnd->WindowRect.left += MoveX;
|
Window->Wnd->WindowRect.left += MoveX;
|
||||||
Window->Wnd->WindowRect.right += MoveX;
|
Window->Wnd->WindowRect.right += MoveX;
|
||||||
Window->Wnd->WindowRect.top += MoveY;
|
Window->Wnd->WindowRect.top += MoveY;
|
||||||
|
|
Loading…
Reference in a new issue