summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Linhart <chris@demorecorder.com>2017-03-11 17:26:33 +0100
committerChristian Linhart <chris@demorecorder.com>2017-05-13 10:50:17 +0200
commit1c05de58ceb3c48fb3dc1ee2e8d886ce4ce0d44b (patch)
tree221f2e9f131638beb3bb84366ff36848ce0b27f8 /src
parent97fbba25baf241cbcda882739db423b1d36e440a (diff)
downloadxcb-proto-1c05de58ceb3c48fb3dc1ee2e8d886ce4ce0d44b.tar.gz
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@demorecorder.com>
Diffstat (limited to 'src')
-rw-r--r--src/xinput.xml21
1 files changed, 0 insertions, 21 deletions
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>