[Xcb-commit] xcb
Josh Triplett
josh at kemper.freedesktop.org
Sat Sep 23 14:44:25 PDT 2006
xcb/src/c-client.xsl | 5 -----
1 files changed, 5 deletions(-)
New commits:
diff-tree 26d1b05b244dd0bb2bf68505462de8db237d81e5 (from 3ed0745a7b2e4ca3248a893bd649a3bc077c41aa)
Author: Josh Triplett <josh at freedesktop.org>
Date: Sat Sep 23 14:44:15 2006 -0700
Remove the xcb_[extension]_init functions; use xcb_get_extension_data directly
diff --git a/xcb/src/c-client.xsl b/xcb/src/c-client.xsl
index 188e8b0..982ec02 100644
--- a/xcb/src/c-client.xsl
+++ b/xcb/src/c-client.xsl
@@ -89,11 +89,6 @@ authorization from the authors.
<constant type="xcb_extension_t" name="{xcb:xcb-prefix()}_id">
<xsl:attribute name="value">{ "<xsl:value-of select="@extension-xname" />" }</xsl:attribute>
</constant>
- <function type="const xcb_query_extension_reply_t *" name="{xcb:xcb-prefix('init')}">
- <field type="xcb_connection_t *" name="c" />
- <l>return xcb_get_extension_data(c, &<!--
- --><xsl:value-of select="xcb:xcb-prefix()" />_id);</l>
- </function>
</xsl:if>
<xsl:apply-templates mode="pass1" />
</xcb>
More information about the xcb-commit
mailing list