mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-09 07:08:08 +02:00
xinput: req XIPassiveGrabDevice.time: field is unused
The request-field "time" is unused. Add a comment about this. V2: patch revised according to the following fix in the spec: http://cgit.freedesktop.org/xorg/proto/inputproto/commit/?id=81378a1e7139af9d476d90df8737c0c1a58670f3 spec: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XI2proto.txt?id=81378a1e7139af9d476d90df8737c0c1a58670f3#n1699 code: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XI2proto.h?id=inputproto-2.3.1#n680
This commit is contained in:
parent
41f364a809
commit
a2374e1039
1 changed files with 1 additions and 0 deletions
|
|
@ -1634,6 +1634,7 @@ authorization from the authors.
|
|||
</struct>
|
||||
|
||||
<request name="XIPassiveGrabDevice" opcode="54">
|
||||
<!-- field "time" is unused and its value is undefined -->
|
||||
<field type="TIMESTAMP" name="time" altenum="Time" />
|
||||
<field type="WINDOW" name="grab_window" />
|
||||
<field type="CURSOR" name="cursor" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue