[PATCH wayland-protocols 03/19] xdg-shell: Downcase summary values consistently
Yong Bakos
junk at humanoriented.com
Mon Apr 11 22:22:50 UTC 2016
From: Yong Bakos <ybakos at humanoriented.com>
Signed-off-by: Yong Bakos <ybakos at humanoriented.com>
---
unstable/xdg-shell/xdg-shell-unstable-v5.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/unstable/xdg-shell/xdg-shell-unstable-v5.xml b/unstable/xdg-shell/xdg-shell-unstable-v5.xml
index 542491f..b845258 100644
--- a/unstable/xdg-shell/xdg-shell-unstable-v5.xml
+++ b/unstable/xdg-shell/xdg-shell-unstable-v5.xml
@@ -42,7 +42,7 @@
they implement using static_assert to ensure the protocol and
implementation versions match.
</description>
- <entry name="current" value="5" summary="Always the latest version"/>
+ <entry name="current" value="5" summary="always the latest version"/>
</enum>
<enum name="error">
@@ -138,7 +138,7 @@
</interface>
<interface name="xdg_surface" version="1">
- <description summary="A desktop window">
+ <description summary="a desktop window">
An interface that may be implemented by a wl_surface, for
implementations that provide a desktop-style user interface.
@@ -161,7 +161,7 @@
</description>
<request name="destroy" type="destructor">
- <description summary="Destroy the xdg_surface">
+ <description summary="destroy the xdg_surface">
Unmap and destroy the window. The window will be effectively
hidden from the user's point of view, and all state like
maximization, fullscreen, and so on, will be lost.
--
2.7.2
More information about the wayland-devel
mailing list