mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +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:
parent
2355ae418a
commit
e44b6503a8
1 changed files with 1 additions and 1 deletions
|
@ -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_);
|
||||
|
|
Loading…
Reference in a new issue