diff options
author | Ran Benita <ran234@gmail.com> | 2012-10-27 14:56:48 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-10-29 16:31:38 +1000 |
commit | 74098071768a4b25670cf5582bc68433403deefe (patch) | |
tree | 7890b7246a6630029d19d77303fad791d95b0772 /specs/XI2proto.txt | |
parent | 3ed8aed32199edaa8621ccea571a04883e050cb5 (diff) |
specs: XI2: make event/request name formatting consistent
None of the other have ':' there.
Signed-off-by: Ran Benita <ran234@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'specs/XI2proto.txt')
-rw-r--r-- | specs/XI2proto.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index 76d7695..2547692 100644 --- a/specs/XI2proto.txt +++ b/specs/XI2proto.txt @@ -639,8 +639,8 @@ Errors are sent using core X error reports. [[requests]] -Requests: ---------- +Requests +-------- The server does not guarantee that the length of a reply remains constant in future revisions of XI2. A client must always retrieve the exact length of the @@ -1403,7 +1403,7 @@ active device grab becomes not viewable. [[requests-allowevents]] ┌─── - XIAllowEvents: + XIAllowEvents deviceid: DEVICEID time: TIMESTAMP or CurrentTime event_mode: { AsyncDevice, SyncDevice, @@ -1969,7 +1969,7 @@ Events introduced in version 2.0 [[events-hierarchyevent]] ┌─── - HierarchyEvent: + HierarchyEvent EVENTHEADER flags: SETofHIERARCHYMASK num_info: CARD16 @@ -2017,7 +2017,7 @@ device. Clients should ignore deviceid and instead use the devices list. [[events-devicechangedevent]] ┌─── - DeviceChangedEvent: + DeviceChangedEvent EVENTHEADER reason: CHANGEREASON source: DEVICEID @@ -2051,7 +2051,7 @@ For a detailed description of classes, see the XIQueryDevice request. [[events-deviceevent]] ┌─── - DeviceEvent: + DeviceEvent EVENTHEADER detail: CARD32 root: Window |