Skip to content

libweston: Expose weston_output_damage() in libweston

Marius Vlad requested to merge mvlad/weston:export_output_damage into main

We have weston_compositor_damage_all() exported and declared but users might need weston_output_damage() to refer to an individual output. The symbol already exported so just declare it.

Signed-off-by: Marius Vlad marius.vlad@collabora.com

Merge request reports