Skip to content

scene: apply rounding when translating buffer damage

Ronan Pigott requested to merge brocellous/wlroots:scene-translate-round into master

Without a round in this case the damage region is translated to truncated coordinates, potentially misplacing it relative to the actual position of that region in the output buffer.

Merge request reports