mirror of
https://gitlab.freedesktop.org/wlroots/wlr-protocols.git
synced 2026-05-22 02:58:11 +02:00
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:
commit
fe60d59e8e
1 changed files with 2 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue