From: Bryce W. Harrington Date: Fri, 9 Aug 2013 01:47:05 +0000 (+0000) Subject: publican: Fix grammar several places in Protocol docs X-Git-Tag: 1.2.91~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eda474c77902be992426ff216ef5bb33fa4d3df2;p=platform%2Fupstream%2Fwayland.git publican: Fix grammar several places in Protocol docs Signed-off-by: Bryce Harrington --- diff --git a/doc/publican/sources/Protocol.xml b/doc/publican/sources/Protocol.xml index 1a7a7da..33df6a9 100644 --- a/doc/publican/sources/Protocol.xml +++ b/doc/publican/sources/Protocol.xml @@ -285,11 +285,11 @@ A surface can change the pointer image when the surface is the pointer focus of the input device. Wayland doesn't automatically change the pointer image when a pointer enters a surface, but expects the - application to set the cursor it wants in response the pointer + application to set the cursor it wants in response to the pointer focus and motion events. The rationale is that a client has to manage changing pointer images for UI elements within the surface in response to motion events anyway, so we'll make that the only mechanism for - setting changing the pointer image. If the server receives a request + setting or changing the pointer image. If the server receives a request to set the pointer image after the surface loses pointer focus, the request is ignored. To the client this will look like it successfully set the pointer image. @@ -312,8 +312,8 @@
Output - A output is a global object, advertised at connect time or as they - come and go. + An output is a global object, advertised at connect time or as it + comes and goes. See for the protocol @@ -452,7 +452,7 @@ When the drag ends, the receiving client receives a - wl_data_device.drop event at which it is expect + wl_data_device.drop event at which it is expected to transfer the data using the wl_data_offer.receive request.