summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Martin <consume.noise@gmail.com>2012-11-07 12:41:47 +0100
committerPeter Hutterer <peter.hutterer@who-t.net>2012-11-07 21:46:42 +1000
commitb30e7221b8888b674e6889beeada9b5b9dfc2f34 (patch)
treefb4ca8e8246bdcad00685696dc0689ab9e3f451a
parent743cb2cf1567cf685dfe5444621eb56447768c7c (diff)
downloadxorg-proto-inputproto-b30e7221b8888b674e6889beeada9b5b9dfc2f34.tar.gz
specs: XI2: Fix typos
Signed-off-by: Daniel Martin <consume.noise@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--specs/XI2proto.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt
index f425d7c..d239254 100644
--- a/specs/XI2proto.txt
+++ b/specs/XI2proto.txt
@@ -32,7 +32,7 @@ XI2 provides a number of enhancements over version 1.5, including:
minimum length of 32 bytes.
- explicit device hierarchy of master and slave devices. See Section
<<hierarchy,The Master/Slave device hierarchy>>.
-- use of multiple independent master devices (Multi-Poiner X or MPX).
+- use of multiple independent master devices (Multi-Pointer X or MPX).
- the ability for devices to change capabilities at runtime.
- raw device events
@@ -616,7 +616,7 @@ Data types
FP1616
Fixed point decimal in 16.16 format as one INT16 and one CARD16.
- The INT16 contains the integral part, the CARD32 the decimal fraction
+ The INT16 contains the integral part, the CARD16 the decimal fraction
shifted by 16.
FP3232
@@ -1794,9 +1794,9 @@ List the properties associated with the given device.
deviceid
The device to list the properties for.
- num_atoms
- Number of atoms in the reply
- atoms
+ num_properties
+ Number of properties in the reply
+ properties
All properties on the device.
[[requests-changeproperty]]