diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-18 19:55:52 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-18 19:55:52 +0000 |
commit | 72aa7e5cb343204109b4e42d0e52a0d0f3aa0fed (patch) | |
tree | b8e5d673d87b15c8b2151dfbe781b43dbd54cdad /proto/xcb-proto/src/xf86dri.xml | |
parent | ce98885a4fb988df957cae61b00c5d97e21f7e56 (diff) |
Update to xcb-proto 1.6.
Diffstat (limited to 'proto/xcb-proto/src/xf86dri.xml')
-rw-r--r-- | proto/xcb-proto/src/xf86dri.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/proto/xcb-proto/src/xf86dri.xml b/proto/xcb-proto/src/xf86dri.xml index 4527c2bff..981c9682f 100644 --- a/proto/xcb-proto/src/xf86dri.xml +++ b/proto/xcb-proto/src/xf86dri.xml @@ -62,8 +62,6 @@ authorization from the authors. <field type="CARD32" name="screen" /> <reply> <pad bytes="1" /> - <field type="CARD32" name="drm_client_key_low" /> - <field type="CARD32" name="drm_client_key_high" /> <field type="CARD32" name="sarea_handle_low" /> <field type="CARD32" name="sarea_handle_high" /> <field type="CARD32" name="bus_id_len" /> @@ -94,8 +92,8 @@ authorization from the authors. </request> <request name="CreateContext" opcode="5"> - <field type="CARD32" name="visual" /> <field type="CARD32" name="screen" /> + <field type="CARD32" name="visual" /> <field type="CARD32" name="context" /> <reply> <pad bytes="1" /> |