Add margins

This commit is contained in:
Drew DeVault 2016-12-30 14:14:51 -05:00
parent 041e8ff125
commit ae1f9fe9c7

View file

@ -129,7 +129,7 @@
<arg name="anchor" type="uint"/>
</request>
<request name="set_exclusive_zone">
<request name="set_exclusive_zone">
<description summary="configures the exclusive geometry of this surface">
Requests that the compositor avoids occluding an area of the surface
with other surfaces. The compositor's use of this information is
@ -142,6 +142,15 @@
</description>
<arg name="zone" type="uint"/>
</request>
<request name="set_margin">
<description summary="sets a margin from the anchor point">
Requests that the surface be placed some distance away from the anchor
point on the output, in pixels.
</description>
<arg name="horizontal" type="uint"/>
<arg name="vertical" type="uint"/>
</request>
</interface>
</protocol>