diff options
author | Povilas Kanapickas <povilas@radix.lt> | 2021-05-17 14:53:25 +0300 |
---|---|---|
committer | Povilas Kanapickas <povilas@radix.lt> | 2021-05-17 14:53:25 +0300 |
commit | b67e10871eefa67c86c0c8c6b880ab5921b5be88 (patch) | |
tree | 6b10c5f827af173a101e9dffbfdbcb958e47af72 | |
parent | 1fe571bae9a3bdc82f9f101e17cadb5492d40932 (diff) |
specs: Fix type of TOUCHCLASS num_touches member
The actual protocol structs use uint8_t.
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
-rw-r--r-- | specs/XI2proto.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index 070f523..88e6292 100644 --- a/specs/XI2proto.txt +++ b/specs/XI2proto.txt @@ -933,7 +933,7 @@ XIQueryDevice length: CARD16 sourceid: CARD16 mode: TOUCHMODE - num_touches: CARD16 } + num_touches: CARD8 } TOUCHMODE { DirectTouch, DependentTouch } |