libweston: Expose weston_output_damage() in libweston
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