From 4ed12d470f99663e596ab8d4e952fdf8383d07f2 Mon Sep 17 00:00:00 2001 From: "Bryce W. Harrington" Date: Fri, 9 Aug 2013 01:47:07 +0000 Subject: [PATCH] protocol: Add missing d to 'x an y' Signed-off-by: Bryce Harrington --- protocol/wayland.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 5b502232..0dbe9880 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -521,7 +521,7 @@ 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. @@ -544,7 +544,7 @@ 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.