Skip to content

scene: ensure layer surface usable area >0

Isaac Freund requested to merge ifreund/wlroots:exclusive-big into master

Clients may, for example, commit an exclusive zone larger than the output dimensions. Compositors must handle this gracefully, which likely requires more work on the compositor side but returning a usable area with negative width or height in wlr_scene_layer_surface_v1_configure() is nonsensical.

Merge request reports