Make protocol specifications follow the DTD

Gets rid of these warnings:

    WARNING: XML failed validation against built-in DTD
This commit is contained in:
Mikkel Oscar Lyderik 2016-02-27 01:25:33 +01:00
parent 5e253fdd9a
commit e19e32cf81
2 changed files with 11 additions and 3 deletions

View file

@ -109,12 +109,12 @@
</enum>
<request name="set_panel_position" since="3">
<arg name="position" type="uint"/>
<description summary="set panel position">
Tell the shell which side of the screen the panel is
located. This is so that new windows do not overlap the panel
and maximized windows maximize properly.
</description>
<arg name="position" type="uint"/>
</request>
</interface>