narrower description

This commit is contained in:
Marco Martin 2024-01-09 10:04:58 +01:00
parent 83dc7054fe
commit e57c15237c

View File

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