diff options
author | Yong Bakos <ybakos@humanoriented.com> | 2016-04-28 12:00:45 -0500 |
---|---|---|
committer | Bryce Harrington <bryce@bryceharrington.org> | 2016-04-29 16:35:18 -0700 |
commit | 44d5da751f413ebfe8b92d6f6543a91a24008a43 (patch) | |
tree | 4af0bd434a61463f1bd4cd6377ef66d25565ec73 /unstable/pointer-constraints/pointer-constraints-unstable-v1.xml | |
parent | 5eb2a8d45a83f4cca936a7bcebe423b4ab3b29b4 (diff) |
pointer-constraints: Use 'surface-local' in simplified parameter summary
See https://lists.freedesktop.org/archives/wayland-devel/2016-April/028249.html.
Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Diffstat (limited to 'unstable/pointer-constraints/pointer-constraints-unstable-v1.xml')
-rw-r--r-- | unstable/pointer-constraints/pointer-constraints-unstable-v1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml b/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml index 3787b9e..4b95a5c 100644 --- a/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml +++ b/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml @@ -233,9 +233,9 @@ </description> <arg name="surface_x" type="fixed" - summary="x coordinate in surface local coordinates"/> + summary="surface-local x coordinate"/> <arg name="surface_y" type="fixed" - summary="y coordinate in surface local coordinates"/> + summary="surface-local y coordinate"/> </request> <request name="set_region"> |