Skip to content

libweston: damage moved outputs

Philipp Zabel requested to merge pH5/weston:damage-moved-outputs into main

When an output is moved, all views that are not moving with it should cause damage where they appear in it before and after the move, and all prior damage should move with the output.

To avoid this complexity, just damage the full output after the move.

Merge request reports