mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Update win32ss/user/ntuser/winpos.c
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
This commit is contained in:
parent
7866eb2886
commit
8866b9d7b0
1 changed files with 2 additions and 1 deletions
|
@ -2100,7 +2100,8 @@ co_WinPosSetWindowPos(
|
|||
}
|
||||
|
||||
/* We need to redraw what wasn't visible before or force a redraw */
|
||||
if ((WinPos.flags & (SWP_FRAMECHANGED | SWP_SHOWWINDOW)) || (((WinPos.flags & SWP_AGG_NOGEOMETRYCHANGE) != SWP_AGG_NOGEOMETRYCHANGE) && VisAfter != NULL))
|
||||
if ((WinPos.flags & (SWP_FRAMECHANGED | SWP_SHOWWINDOW)) ||
|
||||
(((WinPos.flags & SWP_AGG_NOGEOMETRYCHANGE) != SWP_AGG_NOGEOMETRYCHANGE) && VisAfter != NULL))
|
||||
{
|
||||
PREGION DirtyRgn = IntSysCreateRectpRgn(0, 0, 0, 0);
|
||||
if (DirtyRgn)
|
||||
|
|
Loading…
Reference in a new issue