summaryrefslogtreecommitdiffstats
path: root/protocols/desktop-shell.xml
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-02-27 01:25:33 +0100
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-02-27 01:26:17 +0100
commite19e32cf81a2f28bc9434b252facc96f1a55cb91 (patch)
tree0d181fc318e06274ea39f6acbbea3989a92d9c1f /protocols/desktop-shell.xml
parentCorrectly exit sway on errors. (diff)
downloadsway-e19e32cf81a2f28bc9434b252facc96f1a55cb91.tar.gz
sway-e19e32cf81a2f28bc9434b252facc96f1a55cb91.tar.zst
sway-e19e32cf81a2f28bc9434b252facc96f1a55cb91.zip
Make protocol specifications follow the DTD
Gets rid of these warnings: WARNING: XML failed validation against built-in DTD
Diffstat (limited to 'protocols/desktop-shell.xml')
-rw-r--r--protocols/desktop-shell.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/desktop-shell.xml b/protocols/desktop-shell.xml
index dd81574a..581f0c5d 100644
--- a/protocols/desktop-shell.xml
+++ b/protocols/desktop-shell.xml
@@ -109,12 +109,12 @@
109 </enum> 109 </enum>
110 110
111 <request name="set_panel_position" since="3"> 111 <request name="set_panel_position" since="3">
112 <arg name="position" type="uint"/>
113 <description summary="set panel position"> 112 <description summary="set panel position">
114 Tell the shell which side of the screen the panel is 113 Tell the shell which side of the screen the panel is
115 located. This is so that new windows do not overlap the panel 114 located. This is so that new windows do not overlap the panel
116 and maximized windows maximize properly. 115 and maximized windows maximize properly.
117 </description> 116 </description>
117 <arg name="position" type="uint"/>
118 </request> 118 </request>
119 119
120 </interface> 120 </interface>