From 63f3097d264f790419ce59744e8d2733f9bb1026 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 29 Aug 2011 09:20:29 +1000 Subject: [PATCH] specs: Fix event lists for asciidoc parsing Signed-off-by: Peter Hutterer Reviewed-by: Chase Douglas Signed-off-by: Chase Douglas --- specs/XI2proto.txt | 45 ++++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index ea96b3a..d2c7478 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. -- 2.7.4