mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 19:50:09 +01:00
Improve tiled_* enum summary
No change in behavior, just a doc fix. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
This commit is contained in:
parent
40cb7d47e6
commit
e5d63e9a3c
1 changed files with 4 additions and 4 deletions
|
|
@ -809,25 +809,25 @@
|
||||||
</description>
|
</description>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="tiled_left" value="5" since="2">
|
<entry name="tiled_left" value="5" since="2">
|
||||||
<description summary="the surface is tiled">
|
<description summary="the surface’s left edge is tiled">
|
||||||
The window is currently in a tiled layout and the left edge is
|
The window is currently in a tiled layout and the left edge is
|
||||||
considered to be adjacent to another part of the tiling grid.
|
considered to be adjacent to another part of the tiling grid.
|
||||||
</description>
|
</description>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="tiled_right" value="6" since="2">
|
<entry name="tiled_right" value="6" since="2">
|
||||||
<description summary="the surface is tiled">
|
<description summary="the surface’s right edge is tiled">
|
||||||
The window is currently in a tiled layout and the right edge is
|
The window is currently in a tiled layout and the right edge is
|
||||||
considered to be adjacent to another part of the tiling grid.
|
considered to be adjacent to another part of the tiling grid.
|
||||||
</description>
|
</description>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="tiled_top" value="7" since="2">
|
<entry name="tiled_top" value="7" since="2">
|
||||||
<description summary="the surface is tiled">
|
<description summary="the surface’s top edge is tiled">
|
||||||
The window is currently in a tiled layout and the top edge is
|
The window is currently in a tiled layout and the top edge is
|
||||||
considered to be adjacent to another part of the tiling grid.
|
considered to be adjacent to another part of the tiling grid.
|
||||||
</description>
|
</description>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="tiled_bottom" value="8" since="2">
|
<entry name="tiled_bottom" value="8" since="2">
|
||||||
<description summary="the surface is tiled">
|
<description summary="the surface’s bottom edge is tiled">
|
||||||
The window is currently in a tiled layout and the bottom edge is
|
The window is currently in a tiled layout and the bottom edge is
|
||||||
considered to be adjacent to another part of the tiling grid.
|
considered to be adjacent to another part of the tiling grid.
|
||||||
</description>
|
</description>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue