mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-01 01:40:39 -05: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">
|
<description summary="initiate drag-and-drop session">
|
||||||
This event is sent when an active drag-and-drop pointer enters
|
This event is sent when an active drag-and-drop pointer enters
|
||||||
a surface owned by the client. The position of the pointer at
|
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.
|
local coordinates.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
|
|
@ -544,7 +544,7 @@
|
||||||
<description summary="drag-and-drop session motion">
|
<description summary="drag-and-drop session motion">
|
||||||
This event is sent when the drag-and-drop pointer moves within
|
This event is sent when the drag-and-drop pointer moves within
|
||||||
the currently focused surface. The new position of the pointer
|
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.
|
coordinates.
|
||||||
</description>
|
</description>
|
||||||
<arg name="time" type="uint" summary="timestamp with millisecond granularity"/>
|
<arg name="time" type="uint" summary="timestamp with millisecond granularity"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue