[Xcb] [PATCH proto 1/1] xinput: remove TODO that is done

Christian Linhart chris at demorecorder.com
Sat Mar 11 16:36:40 UTC 2017


The last item from this TODO list has been implemented
by the commit "SendExtensionEvent uses eventstruct":
https://cgit.freedesktop.org/xcb/proto/commit/?id=97fbba25baf241cbcda882739db423b1d36e440a

Signed-off-by: Christian Linhart <chris at demorecorder.com>
---
 src/xinput.xml | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/src/xinput.xml b/src/xinput.xml
index 9a35e9d..5f88a98 100644
--- a/src/xinput.xml
+++ b/src/xinput.xml
@@ -28,35 +28,14 @@
 -->
 
 <!-- Specifications:
      http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XIproto.txt
      http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XI2proto.txt
 -->
 
-<!-- TODO: Things which need to be done for full XInput support
-	but cannot be done now ( August 18, 2014 ) with the current feature-set
-	of the xml and the generator:
-
-*****
-
-replace "uninterpreted_data" or similar constructs
-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:
-* SendExtensionEvent member "events"
-
-*****
-
--->
-
-
 <xcb header="xinput" extension-xname="XInputExtension" extension-name="Input"
      major-version="2" minor-version="3">
     <import>xfixes</import>
     <import>xproto</import>
 
     <!-- ⋅⋅⋅ Types (v1.0) ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ -->
 
-- 
2.1.4



More information about the Xcb mailing list