mirror of
https://gitlab.freedesktop.org/wlroots/wlr-protocols.git
synced 2025-12-26 08:40:05 +01:00
Add margins
This commit is contained in:
parent
041e8ff125
commit
ae1f9fe9c7
1 changed files with 10 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue