Skip to content

backend/drm: prevent outputs from being destroyed on commit

This would happen if initializing the renderer fails. Instead, we just mark the output as disabled.

References: https://github.com/swaywm/sway/pull/4917

Merge request reports