mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-09 04:48:06 +02:00
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:
parent
1fe571bae9
commit
b67e10871e
1 changed files with 1 additions and 1 deletions
|
|
@ -933,7 +933,7 @@ XIQueryDevice
|
|||
length: CARD16
|
||||
sourceid: CARD16
|
||||
mode: TOUCHMODE
|
||||
num_touches: CARD16 }
|
||||
num_touches: CARD8 }
|
||||
|
||||
TOUCHMODE { DirectTouch, DependentTouch }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue