Skip to content

Use the pending state when rendering

This is necessary for rootless compositors, where the output state can be changed by a client at any time. This requires wlr_scene to have access to output_pending_resolution, which other renderers will need as well. Make that function a public API. Also add a wlr_output_pending_enabled function to obtain the pending value of the enabled flag.

Merge request reports