summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Martin <consume.noise@gmail.com>2013-02-14 20:55:32 +0100
committerDaniel Martin <consume.noise@gmail.com>2013-08-15 00:00:53 +0200
commitfdac6ebb6fa88171459a814409dac402674aed1e (patch)
tree2584b7028de94f2d67246b4a2442b5c7e91e592c
parent37f4ea687f129679ca555f0644d4d0fafc8b9765 (diff)
xinput: Use BARRIER from xfixes
Signed-off-by: Daniel Martin <consume.noise@gmail.com>
-rw-r--r--src/xinput.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/xinput.xml b/src/xinput.xml
index 464d2d9..cd1a397 100644
--- a/src/xinput.xml
+++ b/src/xinput.xml
@@ -34,6 +34,7 @@ authorization from the authors.
<xcb header="xinput" extension-xname="XInputExtension" extension-name="Input"
major-version="2" minor-version="3">
+ <import>xfixes</import>
<import>xproto</import>
<!-- ⋅⋅⋅ Types (v1.0) ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ -->
@@ -51,10 +52,6 @@ authorization from the authors.
<field type="CARD32" name="frac" />
</struct>
- <!-- ⋅⋅⋅ Types (v2.3) ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ -->
-
- <typedef oldname="CARD32" newname="Barrier" />
-
<!-- ⋅⋅⋅ Requests (v1.0) ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ -->
<!-- GetExtensionVersion -->
@@ -1714,7 +1711,7 @@ authorization from the authors.
<struct name="BarrierReleasePointerInfo">
<field type="DeviceId" name="deviceid" />
<pad bytes="2" />
- <field type="Barrier" name="barrier" />
+ <field type="BARRIER" name="barrier" />
<field type="CARD32" name="eventid" />
</struct>
@@ -2183,7 +2180,7 @@ authorization from the authors.
<field type="CARD32" name="eventid" />
<field type="WINDOW" name="root" />
<field type="WINDOW" name="event" />
- <field type="Barrier" name="barrier" />
+ <field type="BARRIER" name="barrier" />
<!-- 32 byte boundary -->
<field type="CARD32" name="dtime" />
<field type="CARD32" name="flags" />