mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
co_WinPosSetWindowPos:
- use IntInvalidateWindows() instead of co_UserRedrawWindows() svn path=/trunk/; revision=27318
This commit is contained in:
@@ -1224,9 +1224,9 @@ co_WinPosSetWindowPos(
|
||||
if (RgnType != ERROR && RgnType != NULLREGION)
|
||||
{
|
||||
NtGdiOffsetRgn(DirtyRgn,
|
||||
Window->WindowRect.left - Window->ClientRect.left,
|
||||
Window->WindowRect.top - Window->ClientRect.top);
|
||||
co_UserRedrawWindow(Window, NULL, DirtyRgn,
|
||||
Window->WindowRect.left,
|
||||
Window->WindowRect.top);
|
||||
IntInvalidateWindows(Window, DirtyRgn,
|
||||
RDW_ERASE | RDW_FRAME | RDW_INVALIDATE | RDW_ALLCHILDREN);
|
||||
}
|
||||
NtGdiDeleteObject(DirtyRgn);
|
||||
|
||||
Reference in New Issue
Block a user