[Xcb] [PATCH proto 07/10] xinput: cleanup the TODO-list
Christian Linhart
chris at demorecorder.com
Thu Sep 4 01:53:18 PDT 2014
---
src/xinput.xml | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/src/xinput.xml b/src/xinput.xml
index e9ff19e..361afb8 100644
--- a/src/xinput.xml
+++ b/src/xinput.xml
@@ -42,15 +42,14 @@
with a semantic that shows how to interpret this data.
This requires enhancements to the xml-schema and generator such as union with selector.
This will, e.g., be necessary for automatically generated byte-order conversion code,
which will, e.g., be necessary for server-side xcb.
This affects the following:
-* QueryDeviceState reply field "classes" ( structs InputState, ... )
* SendExtensionEvent member "events"
*****
xml and generator have to support <popcount> of all members of a list
This is needed for the following XI2-events ( and eventcopies thereof )
@@ -60,25 +59,14 @@
RawKeyPress
RawButtonPress
TouchBegin
RawTouchBegin
*****
-xml and generator should support
-switch-case similar to switch-bitcase.
-
-(and maybe: variable sized unions with a mechanism to define
-which union-field is selected.)
-
-One of these features is needed for the InputInfo type
-which is used by request "ListInputDevices" for the list "input_infos".
-
-*****
-
Parametrized structs
This is needed for being able to use the value of the field
"num_axes" of the GetDeviceMotionEvents-reply
in struct DeviceTimeCoord.
*****
--
2.0.1
More information about the Xcb
mailing list