Skip to content

Move tracked damage with VNC output

Philipp Zabel requested to merge pH5/weston:vnc-move-output into main

When the output is moved, move its per-framebuffer accumulated damage with it. The alternative would be to track accumulated damage in the local output coordinate system, but that would require translating back into global coordinates for repaint_output.

Merge request reports