mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Remove test code from nonclient.
svn path=/trunk/; revision=68921
This commit is contained in:
parent
edef1feae7
commit
d557af6005
1 changed files with 0 additions and 6 deletions
|
@ -497,13 +497,7 @@ DefWndDoSizeMove(PWND pwnd, WORD wParam)
|
||||||
// Only the windows that overlap will be redrawn.
|
// Only the windows that overlap will be redrawn.
|
||||||
if (RECTL_bIntersectRect( &rect, &pwnd->rcWindow, &pwndTemp->rcWindow ))
|
if (RECTL_bIntersectRect( &rect, &pwnd->rcWindow, &pwndTemp->rcWindow ))
|
||||||
{
|
{
|
||||||
if (pwnd->head.pti == pwndTemp->head.pti)
|
|
||||||
co_UserRedrawWindow( pwndTemp, NULL, NULL, RDW_UPDATENOW | RDW_NOCHILDREN);
|
co_UserRedrawWindow( pwndTemp, NULL, NULL, RDW_UPDATENOW | RDW_NOCHILDREN);
|
||||||
else
|
|
||||||
{
|
|
||||||
ERR("Not Same Thread!\n");
|
|
||||||
co_UserRedrawWindow( pwndTemp, NULL, NULL, RDW_INVALIDATE | RDW_ALLCHILDREN);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue