From 4e7b2fb4da2dc8324379d5ac9809572671505f8a Mon Sep 17 00:00:00 2001 From: Yong Bakos Date: Mon, 11 Apr 2016 17:22:57 -0500 Subject: tablet: Correct grammar and punctuation Correcting minor grammar and punctuation affords clarity. Standardize the use of 'surface local coordinates' in lieu of 'surface relative'. Capitalize Wayland where appropriate, similar to other occurences. Signed-off-by: Yong Bakos Reviewed-by: Bryce Harrington --- unstable/tablet/tablet-unstable-v1.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/unstable/tablet/tablet-unstable-v1.xml b/unstable/tablet/tablet-unstable-v1.xml index 6075fef..907126c 100644 --- a/unstable/tablet/tablet-unstable-v1.xml +++ b/unstable/tablet/tablet-unstable-v1.xml @@ -37,7 +37,7 @@ binds to the tablet manager object which is just a proxy object. From that, the client requests wp_tablet_manager.get_tablet_seat(wl_seat) and that returns the actual interface that has all the tablets. With - this indirection, we can avoid merging wp_tablet into the actual wayland + this indirection, we can avoid merging wp_tablet into the actual Wayland protocol, a long-term benefit. The wp_tablet_seat sends a "tablet added" event for each tablet @@ -229,14 +229,14 @@ assigned by this request is the same as assigned by wl_pointer.set_cursor meaning the same surface can be used both as a wl_pointer cursor and a wp_tablet cursor. If the - surface already has another role, it raises a protocol error + surface already has another role, it raises a protocol error. The surface may be used on multiple tablets and across multiple seats. - - + + @@ -356,7 +356,7 @@ This event is sent when the tool is removed from the system and will - send no further events. Should the physical tool comes back into + send no further events. Should the physical tool come back into proximity later, a new wp_tablet_tool object will be created. It is compositor-dependent when a tool is removed. A compositor may @@ -449,8 +449,8 @@ Sent whenever a tablet tool moves. - - + + @@ -458,7 +458,7 @@ Sent whenever the pressure axis on a tool changes. The value of this event is normalized to a value between 0 and 65535. - Note that pressure may be nonzero even when a tool not in logical + Note that pressure may be nonzero even when a tool is not in logical contact. See the down and up events for more details. @@ -527,7 +527,7 @@ - Describes the physical state of a button which provoked the button event + Describes the physical state of a button that produced the button event. @@ -551,7 +551,7 @@ Marks the end of a series of axis and/or button updates from the - tablet. The wayland protocol requires axis updates to be sent + tablet. The Wayland protocol requires axis updates to be sent sequentially, however all events within a frame should be considered one hardware event. @@ -604,9 +604,9 @@ this wp_tablet. This information may be used to gather additional information about the device, e.g. through libwacom. - A device may have more than one device path, if so, multiple + A device may have more than one device path. If so, multiple wp_tablet.path events are sent. A device may be emulated and not - have a device path, in that case this event will not be sent. + have a device path, and in that case this event will not be sent. The format of the path is unspecified, it may be a device node, a sysfs path, or some other identifier. It is up to the client to -- cgit v1.2.3