summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2009-10-09 10:13:33 -0700
committerJamey Sharp <jamey@minilop.net>2009-10-09 10:13:33 -0700
commita5a414b38180bb24d8cd994375ed51f006d32c20 (patch)
tree04d93a64ceb8ee91837786fe5db1de8d5d6a8c4c
parent4f4d43eceb888bafca1798164d5508c09d63dba2 (diff)
xf86dri.xml seems to have been wrong forever. Fixes bug #16894.
-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" />