summaryrefslogtreecommitdiff
path: root/src/xf86dri.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/xf86dri.xml')
-rw-r--r--src/xf86dri.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xf86dri.xml b/src/xf86dri.xml
index 4527c2b..981c968 100644
--- a/src/xf86dri.xml
+++ b/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" />