[PATCH inputproto 1/2] specs: XI2: make event/request name formatting consistent

Ran Benita ran234 at gmail.com
Sat Oct 27 05:56:48 PDT 2012


None of the other have ':' there.

Signed-off-by: Ran Benita <ran234 at gmail.com>
---
This is just to make scraping the file with a script easier.

 specs/XI2proto.txt | 12 ++++++------
 1 file 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
-- 
1.8.0



More information about the xorg-devel mailing list