Skip to content

backend/wayland: Linearly allocate output layers

Instaed of tracking the allocated wayland surface as part of the output layer, just allocate them linearly. If this is acceptable and the drm backend is also changed, we can get rid of wlr_output.layers and wlr_output_layer completely.

/cc @emersion

I think the current system is too complex and I expressed those frustrations in !4195.

Merge request reports