Merge branch 'surface-invalid-layer-error' into 'master'

Add invalid_layer error to zwlr_layer_surface_v1

See merge request wlroots/wlr-protocols!142
This commit is contained in:
Robert Ancell 2026-04-21 23:48:59 +00:00
commit fe60d59e8e

View file

@ -25,7 +25,7 @@
THIS SOFTWARE.
</copyright>
<interface name="zwlr_layer_shell_v1" version="5">
<interface name="zwlr_layer_shell_v1" version="6">
<description summary="create surfaces that are layers of the desktop">
Clients can use this interface to assign the surface_layer role to
wl_surfaces. Such surfaces are assigned to a "layer" of the output and
@ -368,6 +368,7 @@
<entry name="invalid_anchor" value="2" summary="anchor bitfield is invalid"/>
<entry name="invalid_keyboard_interactivity" value="3" summary="keyboard interactivity is invalid"/>
<entry name="invalid_exclusive_edge" value="4" summary="exclusive edge is invalid given the surface anchors"/>
<entry name="invalid_layer" value="5" since="6" summary="layer value is invalid"/>
</enum>
<enum name="anchor" bitfield="true">