Skip to content

libweston: Extend weston_compositor_backends_loaded to init no-op color manager

Philipp Zabel requested to merge pH5/weston:color-manager-backends-loaded into main

weston_compositor_backends_loaded() is a good place for initialization that needs to be done after all backends are loaded, but before the compositor is woken up for the first time. Refactor it to allow extending it and move the no-op fallback color manager initialization there from weston_compositor_load_backend().

Merge request reports