projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35ecaf4
)
Change <bit> syntax to <bit>n</bit> as Jamey and Josh suggested
author
Ian Osgood
<iano@quirkster.com>
Thu, 16 Mar 2006 06:41:08 +0000
(22:41 -0800)
committer
Ian Osgood
<iano@quirkster.com>
Thu, 16 Mar 2006 06:41:08 +0000
(22:41 -0800)
and add more button, key, and graphics enumerations.
src/c-client.xsl
patch
|
blob
|
history
diff --git
a/src/c-client.xsl
b/src/c-client.xsl
index
6306a5c
..
56dbaac
100644
(file)
--- a/
src/c-client.xsl
+++ b/
src/c-client.xsl
@@
-1091,7
+1091,7
@@
authorization from the authors.
<xsl:template match="bit" mode="output-expression">
<xsl:text>(1 << </xsl:text>
- <xsl:value-of select="
@bit
" />
+ <xsl:value-of select="
.
" />
<xsl:text>)</xsl:text>
</xsl:template>