specs: Fix type of TOUCHCLASS num_touches member

The actual protocol structs use uint8_t.

Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
Povilas Kanapickas 2021-05-17 14:53:25 +03:00
parent 1fe571bae9
commit b67e10871e

View file

@ -933,7 +933,7 @@ XIQueryDevice
length: CARD16
sourceid: CARD16
mode: TOUCHMODE
num_touches: CARD16 }
num_touches: CARD8 }
TOUCHMODE { DirectTouch, DependentTouch }