summaryrefslogtreecommitdiff
path: root/src/c-client.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/c-client.xsl')
-rw-r--r--src/c-client.xsl6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/c-client.xsl b/src/c-client.xsl
index 903895d..3ab2889 100644
--- a/src/c-client.xsl
+++ b/src/c-client.xsl
@@ -611,7 +611,11 @@ authorization from the authors.
</xsl:if>;</l>
</xsl:for-each>
- <l>XCBSendRequest(c, &amp;xcb_ret.sequence, xcb_parts, &amp;xcb_req);</l>
+ <l>XCBSendRequest(c, &amp;xcb_ret.sequence, <!--
+ --><xsl:choose>
+ <xsl:when test="@has-reply">XCB_REQUEST_CHECKED</xsl:when>
+ <xsl:otherwise>0</xsl:otherwise>
+ </xsl:choose>, xcb_parts, &amp;xcb_req);</l>
<l>return xcb_ret;</l>
</xsl:template>