Stop implicitly importing xproto; goes with proto change to explicitly import it
This commit is contained in:
parent
dd5ece6065
commit
b9e49b2a47
|
@ -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"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue