summaryrefslogtreecommitdiffstats
path: root/protocols/desktop-shell.xml
diff options
context:
space:
mode:
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>