mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Check the update rect, not the region. The region might contain only non-client
parts svn path=/trunk/; revision=19891
This commit is contained in:
@@ -995,7 +995,7 @@ NtUserGetUpdateRect(HWND hWnd, LPRECT UnsafeRect, BOOL bErase)
|
||||
}
|
||||
}
|
||||
|
||||
RETURN(Window->UpdateRegion != NULL);
|
||||
RETURN(!IntGdiIsEmptyRect(&Rect));
|
||||
|
||||
CLEANUP:
|
||||
DPRINT("Leave NtUserGetUpdateRect, ret=%i\n",_ret_);
|
||||
|
||||
Reference in New Issue
Block a user