Code review comment for lp:~townsend/unity/fix-ql-tt-active-blur

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

44 + CompRegion region(geo.x, geo.y, geo.width, geo.height);

You can just use

if (damage.intersects(CompRectFromNuxGeo(geo))
...

« Back to merge proposal