diff options
Diffstat (limited to 'stable/xdg-shell')
-rw-r--r-- | stable/xdg-shell/xdg-shell.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml index f7377a7..ae8ab67 100644 --- a/stable/xdg-shell/xdg-shell.xml +++ b/stable/xdg-shell/xdg-shell.xml @@ -389,7 +389,7 @@ <request name="set_parent_configure" since="3"> <description summary="set parent configure this is a response to"> - Set the serial of a xdg_surface.configure event this positioner will be + Set the serial of an xdg_surface.configure event this positioner will be used in response to. The compositor may use this information together with set_parent_size to determine what future state the popup should be constrained using. @@ -1213,12 +1213,12 @@ If the popup is repositioned in response to a configure event for its parent, the client should send an xdg_positioner.set_parent_configure - and possibly a xdg_positioner.set_parent_size request to allow the + and possibly an xdg_positioner.set_parent_size request to allow the compositor to properly constrain the popup. If the popup is repositioned together with a parent that is being resized, but not in response to a configure event, the client should - send a xdg_positioner.set_parent_size request. + send an xdg_positioner.set_parent_size request. </description> <arg name="positioner" type="object" interface="xdg_positioner"/> <arg name="token" type="uint" summary="reposition request token"/> |