From 617c4a2db48e98d06f728fa6b8caa18fbbfb66fc Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 23 Nov 2009 10:21:17 +1000 Subject: XI2proto.txt: fix up some request names. Leftovers from previous versions of the spec before the requests were renamed. Signed-off-by: Peter Hutterer --- XI2proto.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/XI2proto.txt b/XI2proto.txt index 706f50a..79a1483 100644 --- a/XI2proto.txt +++ b/XI2proto.txt @@ -296,7 +296,7 @@ are required to be 0. value: FP3232 resolution: CARD32 } - XIQueryDevices details information about the requested input devices. + XIQueryDevice details information about the requested input devices. devices The device to list. If devices is AllDevices, all enabled and @@ -871,7 +871,7 @@ are required to be 0. └─── This request releases the device if this client has it actively grabbed - (from either XIGrabDevice, XIGrabDeviceKey or XIGrabDeviceButton) and + (from either XIGrabDevice or XIPassiveGrabDevice) and releases any queued events. If any devices were frozen by the grab, XIUngrabDevice thaws them. @@ -1223,7 +1223,7 @@ are required to be 0. until server reset. A property cannot be deleted by setting nitems to zero. To delete a - property, use XIDeleteDeviceProperty. + property, use XIDeleteProperty. This request generates an XIPropertyEvent. @@ -1443,8 +1443,7 @@ EVENTHEADER { type: BYTE Details the available classes provided by the device. The order the classes are provided in is undefined. - For a detailed description of classes, see the XQueryInputDevice - request. + For a detailed description of classes, see the XQueryDevice request. ┌─── DeviceEvent: @@ -1554,8 +1553,8 @@ EVENTHEADER { type: BYTE axisvalues_raw: LISTofFP3232 └─── - A RawDevice event provides the information provided by the driver to the - client. RawDevice provide both the raw data as supplied by the driver and + A RawEvent provides the information provided by the driver to the + client. RawEvent provides both the raw data as supplied by the driver and transformed data as used in the server. Transformations include, but are not limited to, axis clipping and acceleration. Transformed valuator data may be equivalent to raw data. In this case, -- cgit v1.2.3