diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-03-02 10:26:04 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-03-02 12:05:04 +1000 |
commit | a09ca92ce31ede86b883cb74fb1767f8ed687ca5 (patch) | |
tree | beca831735c5c54df15424977e5d3a3a65b34fb0 | |
parent | b1458f6fa9952365f4ad86dc87b385d467318fb1 (diff) |
specs: whitespace fix to avoid wrong asciidoc formatting
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
-rw-r--r-- | specs/XI2proto.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index 3090ac8..ba3d856 100644 --- a/specs/XI2proto.txt +++ b/specs/XI2proto.txt @@ -2097,7 +2097,7 @@ changes in response to a button press, a button release, a motion, a key press or a key release. The event type may be one of KeyPress, KeyRelease, ButtonPress, ButtonRelease, Motion. - XI 2.2: The event type may also be TouchBegin, TouchUpdate, or TouchEnd. +XI 2.2: The event type may also be TouchBegin, TouchUpdate, or TouchEnd. detail The button number, key code, touch ID, or 0. @@ -2170,9 +2170,8 @@ Modifier state in mods is detailed as follows: locked_group XKB locked group state. - XI 2.2: - -A TouchBegin event is generated whenever a new touch sequence initializes +In servers supporting XI 2.2, a TouchBegin event is generated whenever a new +touch sequence initializes. A TouchEnd event is generated whenever a touch sequence ceases. A TouchUpdate event is generated whenever a valuator value changes, or a flag flag (e.g. pending end) has changed for that touch sequence; this may result |