diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2014-08-25 11:04:38 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-08-25 11:09:26 +1000 |
commit | 81378a1e7139af9d476d90df8737c0c1a58670f3 (patch) | |
tree | 4f4f54819df18970b1ef77a92be42a3620a07c4f | |
parent | 343ff0938f592876b9d82c966f166bf45a78c3c8 (diff) |
specs: note the (unused) time field in XIPassiveGrabDevice
We don't actually use it either in libXi or in the server, it's a copy/paste
error that never got noticed and removed.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | specs/XI2proto.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index 2f81bef..e3636ac 100644 --- a/specs/XI2proto.txt +++ b/specs/XI2proto.txt @@ -1630,6 +1630,7 @@ XIPassiveGrabDevice deviceid: DEVICE detail: CARD32 grab_type: GRABTYPE + time: TIMESTAMP grab_window: Window cursor: Cursor owner_events: Bool @@ -1695,6 +1696,8 @@ on the specified input device. Number of elements in modifiers_return modifiers_return XKB modifier state that could not be grabbed. + time + This field is unused. If owner-events is False, input events generated from this device are reported with respect to grab-window, and are only reported if |