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:
Gé van Geldorp 2005-12-04 22:28:29 +00:00
parent 2355ae418a
commit e44b6503a8

View file

@ -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_);