diff options
| author | Bryce W. Harrington <b.harrington@samsung.com> | 2013-08-09 01:47:07 +0000 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-08-08 21:41:57 -0700 |
| commit | 3d6470b1ef98448011401e3cb83b40b921354743 (patch) | |
| tree | effe37750a3c985bc98e67564a81b93b2dce18b6 /protocol | |
| parent | protocol: Fix typo by removing a redundant 'a' (diff) | |
| download | wayland-3d6470b1ef98448011401e3cb83b40b921354743.tar wayland-3d6470b1ef98448011401e3cb83b40b921354743.tar.gz wayland-3d6470b1ef98448011401e3cb83b40b921354743.tar.bz2 wayland-3d6470b1ef98448011401e3cb83b40b921354743.tar.lz wayland-3d6470b1ef98448011401e3cb83b40b921354743.tar.xz wayland-3d6470b1ef98448011401e3cb83b40b921354743.tar.zst wayland-3d6470b1ef98448011401e3cb83b40b921354743.zip | |
protocol: Add missing d to 'x an y'
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wayland.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 99df9f9..575db27 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -584,7 +584,7 @@ <description summary="initiate drag-and-drop session"> This event is sent when an active drag-and-drop pointer enters a surface owned by the client. The position of the pointer at - enter time is provided by the x an y arguments, in surface + enter time is provided by the x and y arguments, in surface local coordinates. </description> @@ -607,7 +607,7 @@ <description summary="drag-and-drop session motion"> This event is sent when the drag-and-drop pointer moves within the currently focused surface. The new position of the pointer - is provided by the x an y arguments, in surface local + is provided by the x and y arguments, in surface local coordinates. </description> <arg name="time" type="uint" summary="timestamp with millisecond granularity"/> |
