This commit is contained in:
Marco Martin 2024-01-09 09:25:45 +01:00
parent 8d16787360
commit a1d225f6ef

View File

@ -387,7 +387,9 @@
<arg name="layer" type="uint" enum="zwlr_layer_shell_v1.layer" summary="layer to move this surface to"/> <arg name="layer" type="uint" enum="zwlr_layer_shell_v1.layer" summary="layer to move this surface to"/>
</request> </request>
<request name="set_exclusive_edge"> <!-- Version 5 additions -->
<request name="set_exclusive_edge" since="5">
<description summary="set the edge the exclusive zone will be applied to"> <description summary="set the edge the exclusive zone will be applied to">
Requests an edge for the exclusive zone to apply. Requests an edge for the exclusive zone to apply.
The edge must be one the surface is anchored to, otherwise a protocol error will be raised. The edge must be one the surface is anchored to, otherwise a protocol error will be raised.