diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2018-01-19 13:55:04 -0500 |
---|---|---|
committer | Derek Foreman <derekf@osg.samsung.com> | 2018-01-19 13:02:31 -0600 |
commit | d852a6fd59bcc0fccebe25c17f778f15fcb7d417 (patch) | |
tree | d072f596fba5e0b8405fed3d79b33f15c2bbfa6b | |
parent | 4f789286e4ab7f6fecc2ccb895d79362a9b2382a (diff) |
xdg-shell: remove harmless typo
Signed-off-by: Mike Blumenkrantz <zmike@osg.samsung.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
-rw-r--r-- | stable/xdg-shell/xdg-shell.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml index dc70c7a..d524ea9 100644 --- a/stable/xdg-shell/xdg-shell.xml +++ b/stable/xdg-shell/xdg-shell.xml @@ -555,7 +555,7 @@ <request name="set_parent"> <description summary="set the parent of this surface"> Set the "parent" of this surface. This surface should be stacked - this above the parent surface and all other ancestor surfaces. + above the parent surface and all other ancestor surfaces. Parent windows should be set on dialogs, toolboxes, or other "auxiliary" surfaces, so that the parent is raised when the dialog |