mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
Make protocol specifications follow the DTD
Gets rid of these warnings:
WARNING: XML failed validation against built-in DTD
This commit is contained in:
parent
5e253fdd9a
commit
e19e32cf81
2 changed files with 11 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue