diff options
Diffstat (limited to 'protocols/desktop-shell.xml')
-rw-r--r-- | protocols/desktop-shell.xml | 2 |
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 @@ </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> |