Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xorg
lib
libxcb
Commits
16516a5e
Commit
16516a5e
authored
Sep 23, 2006
by
Josh Triplett
Browse files
Remove the xcb_[extension]_init functions; use xcb_get_extension_data directly
parent
96918905
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/c-client.xsl
View file @
16516a5e
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment