summaryrefslogtreecommitdiff
path: root/stable
diff options
context:
space:
mode:
authorDemi Marie Obenour <demiobenour@gmail.com>2021-11-13 08:44:20 -0500
committerDemi Marie Obenour <demiobenour@gmail.com>2021-11-17 11:21:45 -0500
commite5d63e9a3c0de658bf8d6604c7f4a773df93a097 (patch)
treea0434e44f7e11c1f003dca85751e9426ee526279 /stable
parent40cb7d47e639f3f7e3a36963094fcef40cdf2f7c (diff)
downloadwayland-protocols-e5d63e9a3c0de658bf8d6604c7f4a773df93a097.tar.gz
Improve tiled_* enum summary
No change in behavior, just a doc fix. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
Diffstat (limited to 'stable')
-rw-r--r--stable/xdg-shell/xdg-shell.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml
index 364d130..cc44ad0 100644
--- a/stable/xdg-shell/xdg-shell.xml
+++ b/stable/xdg-shell/xdg-shell.xml
@@ -809,25 +809,25 @@
</description>
</entry>
<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
considered to be adjacent to another part of the tiling grid.
</description>
</entry>
<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
considered to be adjacent to another part of the tiling grid.
</description>
</entry>
<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
considered to be adjacent to another part of the tiling grid.
</description>
</entry>
<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
considered to be adjacent to another part of the tiling grid.
</description>