Skip to content
Commit 90c11cf4 authored by Philipp Zabel's avatar Philipp Zabel Committed by Daniel Stone
Browse files

libweston: move weston_compositor_shutdown call out of backends



If we want to support multiple backends, the compositor must take care
to call this once, at the appropriate moment, so stop letting the
backends handle compositor shutdown themselves.

Move the weston_compositor_shutdown() calls from the backend::destroy
callbacks into weston_compositor_destroy() and the calls in the backend
creation error paths into weston_compositor_load_backend().

Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent fcde7fae
Loading
Loading
Loading
Pipeline #919848 passed with stages
in 19 minutes and 43 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment