mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[WIN32K]
- Clean up after myself. Thanks, Giannis and Thomas. svn path=/trunk/; revision=73890
This commit is contained in:
parent
08315aa914
commit
f36d39ae3a
2 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -2333,7 +2333,6 @@ UserRegisterSystemClasses(VOID)
|
|||
if (SYSTEMCUR(ARROW) == NULL)
|
||||
{
|
||||
ERR("SYSTEMCUR(ARROW) == NULL, should not happen!!\n");
|
||||
//ASSERT(FALSE);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue