mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WIN32K]
- Clean up after myself. Thanks, Giannis and Thomas. svn path=/trunk/; revision=73890
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user