Skip to content

wayland/output: Remove wl_output global when making it inert

Jonas Ådahl requested to merge jadahl/mutter:wip/wl-global-remove into main

This will make clients immediately aware of the output disappearing, while still allowing for a grace period of 10 seconds for attempting to bind to it before it turning into a protocol error. This API added as part of wayland 1.18.

Merge request reports