narrower description

This commit is contained in:
Marco Martin 2024-01-09 10:04:58 +01:00
parent 74cc364ffe
commit b80f22e22f

View File

@ -392,10 +392,12 @@
<request name="set_exclusive_edge" since="5">
<description summary="set the edge the exclusive zone will be applied to">
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 exclusive edge will be automatically deduced from anchor points when possible, but when when
the surface is anchored to a corner, it will be necessary to set it explicitly to disambiguate,
as is not possible to deduce which one of the two corner edges should be used.
The edge must be one the surface is anchored to, otherwise a protocol
error will be raised.
The exclusive edge will be automatically deduced from anchor points
when possible, but when when the surface is anchored to a corner,
it will be necessary to set it explicitly to disambiguate, as is not
possible to deduce which one of the two corner edges should be used.
</description>
<arg name="edge" type="uint"/>
</request>