mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 10:42:08 +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:
|
CLEANUP:
|
||||||
DPRINT("Leave NtUserGetUpdateRect, ret=%i\n",_ret_);
|
DPRINT("Leave NtUserGetUpdateRect, ret=%i\n",_ret_);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue