From 754c73787522e44c2c98ec75688732a414284cc3 Mon Sep 17 00:00:00 2001 From: Christian Linhart Date: Tue, 19 Aug 2014 15:55:34 +0200 Subject: [PATCH] xinput: req ChangeDeviceProperty: bitcase to case Change the bitcases to cases and remove the comment which says that bitcases should converted to cases. Reviewed-by: Peter Harris Reviewed-by: Ran Benita --- src/xinput.xml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/xinput.xml b/src/xinput.xml index 976855a..dc87e78 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -1135,30 +1135,26 @@ in struct DeviceTimeCoord. format - - + 8Bits num_items - - + + 16Bits num_items - - + + 32Bits num_items - + -- 2.34.1