Skip to content

compositor: Fix weston_compositor_reflow_outputs() logic

Marius Vlad requested to merge mvlad/weston:reflow-outputs into master

If the output we are looking for is the resized one, bail out early and make use of it. With just a single output the 'continue' statement will effectively avoid any further tests.

Discovered while looking at something else.

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

Merge request reports