mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 07:18:03 +02:00
XI2proto.txt: fix up some request names.
Leftovers from previous versions of the spec before the requests were renamed. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b2e8bd74f0
commit
617c4a2db4
1 changed files with 6 additions and 7 deletions
13
XI2proto.txt
13
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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue