mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-08 03:08:06 +02:00
xinput: Use BARRIER from xfixes
Signed-off-by: Daniel Martin <consume.noise@gmail.com>
This commit is contained in:
parent
37f4ea687f
commit
fdac6ebb6f
1 changed files with 3 additions and 6 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue