Fixed a bug in RectInRegion.
This commit is contained in:
parent
277312f870
commit
47c7334a81
|
@ -635,8 +635,7 @@ BOOL32 WINAPI RectInRegion32( HRGN32 hrgn, const RECT32 *rect )
|
|||
continue; /* not far enough over yet */
|
||||
|
||||
if (pCurRect->left >= rect->right) {
|
||||
ret = FALSE; /* too far over */
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
ret = TRUE;
|
||||
|
|
Loading…
Reference in New Issue