- Clean up after myself. Thanks, Giannis and Thomas.

svn path=/trunk/; revision=73890
This commit is contained in:
Kamil Hornicek 2017-02-22 21:18:18 +00:00
parent 08315aa914
commit f36d39ae3a
2 changed files with 1 additions and 2 deletions

View file

@ -2053,7 +2053,7 @@ REGION_bXformRgn(
/* Check for zero rectangles and return TRUE for translation only matrices */
if (prgn->rdh.nCount < 1)
return pmx->flAccel & XFORM_UNITY;
return (pmx->flAccel & XFORM_UNITY) != 0;
/* Check if this is a scaling only matrix (off-diagonal elements are 0 */
if (pmx->flAccel & XFORM_SCALE)

View file

@ -2333,7 +2333,6 @@ UserRegisterSystemClasses(VOID)
if (SYSTEMCUR(ARROW) == NULL)
{
ERR("SYSTEMCUR(ARROW) == NULL, should not happen!!\n");
//ASSERT(FALSE);
}
else
{