canonical / wlcs

Wayland Conformance Test Suite
GNU General Public License v2.0
50 stars 14 forks source link

`LayerSurfaceLayoutTest` should have a test for a `-1` exclusion zone #332

Closed mattkae closed 8 months ago

mattkae commented 8 months ago

Request

Per the spec (https://wayland.app/protocols/wlr-layer-shell-unstable-v1#zwlr_layer_surface_v1:request:set_exclusive_zone), doing zwlr_layer_surface_v1::set_exclusive_zone(-1) should result in a surface which disregards all other exclusion zones. For example, swaybg uses this to ensure that the background takes up the full size of the display area.