| Summary: |
camel case to lower case api |
| Product: |
XCB
|
Reporter: |
Vincent Torri <vtorri> |
| Component: |
Library | Assignee: |
Vincent Torri <vtorri> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
|
| Severity: |
blocker
|
|
|
| Priority: |
highest
|
CC: |
josh
|
| Version: |
unspecified | |
|
| Hardware: |
x86 (IA32) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Bug Depends on: |
|
|
|
| Bug Blocks: |
6797
|
|
|
| Attachments: |
proposed patch
|
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.
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