diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-03-02 10:07:21 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-03-02 12:05:03 +1000 |
commit | 000a20296a3c52f4232aa466d29faa2e424ca626 (patch) | |
tree | 6cc2da574c04b38671a2194454d4bd594d524cf3 /specs | |
parent | 0d7bfc10bffa29de1b7217d6399e8f0d5b24c579 (diff) |
specs: XITouchClass doesn't have properties
Leftover from an earlier version.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'specs')
-rw-r--r-- | specs/XI2proto.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index 6b7c174..15b6b8d 100644 --- a/specs/XI2proto.txt +++ b/specs/XI2proto.txt @@ -740,9 +740,7 @@ If major_version is less than 2, a BadValue error occurs. length: CARD16 sourceid: CARD16 mode: TOUCHMODE - num_touches: CARD16 - num_props: CARD16 - props: LISTofATOM } + num_touches: CARD16 } TOUCHMODE { DirectTouch, DependentTouch } @@ -886,10 +884,6 @@ exist per ValuatorClass. The maximum number of simultaneous touchpoints the device may send. If num_touches is 0, the number of supported touches is unknown or unlimited. - num_props: - The number of elements in props. - props - A list of properties to denote extra information about the device. Devices with a TouchClass emit touch events with the same axes as pointer events. |