[Xcb-commit] src
Jamey Sharp
jamey at kemper.freedesktop.org
Fri Oct 9 10:16:17 PDT 2009
src/xf86dri.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit a5a414b38180bb24d8cd994375ed51f006d32c20
Author: Jamey Sharp <jamey at minilop.net>
Date: Fri Oct 9 10:13:33 2009 -0700
xf86dri.xml seems to have been wrong forever. Fixes bug #16894.
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" />
More information about the xcb-commit
mailing list