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
b9e49b2a
Commit
b9e49b2a
authored
Oct 07, 2006
by
Josh Triplett
Browse files
Stop implicitly importing xproto; goes with proto change to explicitly import it
parent
dd5ece60
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/c-client.xsl
View file @
b9e49b2a
...
...
@@ -68,9 +68,6 @@ authorization from the authors.
<xsl:for-each
select=
"/xcb/import"
>
<path><xsl:value-of
select=
"concat($extension-path, ., '.xml')"
/></path>
</xsl:for-each>
<xsl:if
test=
"not($header='xproto')"
>
<path><xsl:value-of
select=
"concat($base-path, 'xproto.xml')"
/></path>
</xsl:if>
</xsl:variable>
<xsl:variable
name=
"search-path"
select=
"e:node-set($search-path-rtf)/path"
/>
...
...
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