Here are some problems I have: 1) Change protocol name of XCBButton 2) Change protocol name of XCBHost 3) some requests ask for pointer and its length. I automatically add '_t' to the name of the type, but there is a problem in case the type is char and void. The xsl code is : <xsl:attribute name="type"> <xsl:text>const </xsl:text> <xsl:call-template name="canonical-type-name" /> <xsl:text>_t *</xsl:text> </xsl:attribute> i don't have a solution 3) in the template iterator-functions, no function ***Name ***Length ***End ,etc... are not written in xproto.h. I have absolutely no idea why. some problems might be added below
Created attachment 7016 [details] proposed patch patch that modify c-client.xsl to get under case protocol api. xcb api changed to under case api too.
Josh has committed a revised version of this patch: we believe the defect is fixed.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.