Skip to content

Have Toplevel::damage emit a QRegion

Aleix Pol Gonzalez requested to merge work/leverage-regions into master

Instead of looping through the rects in the region, emit the region at bulk. It reduces the amount of emissions we do and allows us to pack the response accordingly.

Merge request reports