[PATCH inputproto multitouch 2/5] specs: Fix event lists for asciidoc parsing

Peter Hutterer peter.hutterer at who-t.net
Sun Aug 28 16:20:29 PDT 2011


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 specs/XI2proto.txt |   45 ++++++++++++++++++++++++---------------------
 1 files changed, 24 insertions(+), 21 deletions(-)

diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt
index 85e022e..6322bcb 100644
--- a/specs/XI2proto.txt
+++ b/specs/XI2proto.txt
@@ -1794,28 +1794,31 @@ event they may have been compiled against.
 The following event types are available in XI2.
 
 Version 2.0:
-        HierarchyChanged
-        DeviceChanged
-        KeyPress
-        KeyRelease
-        ButtonPress
-        ButtonRelease
-        Motion
-        RawKeyPress
-        RawKeyRelease
-        RawButtonPress
-        RawButtonRelease
-        RawMotion
-        Enter
-        Leave
-        FocusIn
-        FocusOut
-        PropertyEvent
+
+        - HierarchyChanged
+        - DeviceChanged
+        - KeyPress
+        - KeyRelease
+        - ButtonPress
+        - ButtonRelease
+        - Motion
+        - RawKeyPress
+        - RawKeyRelease
+        - RawButtonPress
+        - RawButtonRelease
+        - RawMotion
+        - Enter
+        - Leave
+        - FocusIn
+        - FocusOut
+        - PropertyEvent
+
 Version 2.1:
-        TouchBegin
-        TouchUpdate
-        TouchOwnership
-        TouchEnd
+
+        - TouchBegin
+        - TouchUpdate
+        - TouchOwnership
+        - TouchEnd
 
 All events have a set of common fields specified as EVENTHEADER.
 
-- 
1.7.6



More information about the xorg-devel mailing list