Skip to content

background-content: Apply Cullable clipping even in the transformed case

Daniel van Vugt requested to merge vanvugt/mutter:fix-1443 into master

Just like we used to before 30809665.

Because in some cases clip_region is able to shave off an extra pixel from the edge of the redraw rectangle(s). And not shaving that off was making the background rendering inconsistent with shaped-texture, causing occasional off-by-one artefacts. Now both shaped-texture and background-content agree on the clip region again that doesn't happen.

Closes: #1443 (closed)

Merge request reports