Skip to content

output: Change wlr_output_add_software_cursors_to_render_pass to take buffer coordinates

Since wlr_damage_ring now only works with buffer local coordinates, this creates an inpedance mismatch for compositors that want to use this function. Instead of compositors needing to the the conversion itself, change thu function to take buffer local coordinates directly.

breaking wlr_output_add_software_cursors_to_render_pass() now takes buffer-local coordinate space for damage.

Merge request reports

Loading