[Xcb-commit] xcb/proto: src

Christian Linhart clinhart at kemper.freedesktop.org
Sat May 13 08:52:17 UTC 2017


 src/xinput.xml |   21 ---------------------
 1 file changed, 21 deletions(-)

New commits:
commit 1c05de58ceb3c48fb3dc1ee2e8d886ce4ce0d44b
Author: Christian Linhart <chris at demorecorder.com>
Date:   Sat Mar 11 17:26:33 2017 +0100

    xinput: remove TODO that is done
    
    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>

diff --git a/src/xinput.xml b/src/xinput.xml
index 9a35e9d..5f88a98 100644
--- a/src/xinput.xml
+++ b/src/xinput.xml
@@ -32,27 +32,6 @@ authorization from the authors.
      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>


More information about the xcb-commit mailing list