mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[WIN32SS] Fix winpos hyperlink&images loop rendering (CORE-7652)
This commit is contained in:
parent
9bb0b9137f
commit
7866eb2886
1 changed files with 1 additions and 1 deletions
|
@ -2100,7 +2100,7 @@ co_WinPosSetWindowPos(
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We need to redraw what wasn't visible before or force a redraw */
|
/* We need to redraw what wasn't visible before or force a redraw */
|
||||||
if (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);
|
PREGION DirtyRgn = IntSysCreateRectpRgn(0, 0, 0, 0);
|
||||||
if (DirtyRgn)
|
if (DirtyRgn)
|
||||||
|
|
Loading…
Reference in a new issue