mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
protocol: Add missing d to 'x an y'
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
This commit is contained in:
parent
84c554bbc4
commit
4ed12d470f
1 changed files with 2 additions and 2 deletions
|
|
@ -521,7 +521,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>
|
||||
|
||||
|
|
@ -544,7 +544,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"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue