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:
3cc0ddf
)
XCB*Id is a variable, not a type: adjust API conventions accordingly.
author
Jamey Sharp
<jamey@minilop.net>
Mon, 18 Sep 2006 23:52:00 +0000
(16:52 -0700)
committer
Jamey Sharp
<jamey@minilop.net>
Mon, 18 Sep 2006 23:52:00 +0000
(16:52 -0700)
tools/api_conv.pl
patch
|
blob
|
history
diff --git
a/tools/api_conv.pl
b/tools/api_conv.pl
index
2e6a1d0
..
a780ac3
100755
(executable)
--- a/
tools/api_conv.pl
+++ b/
tools/api_conv.pl
@@
-42,7
+42,7
@@
sub convert($$)
return "XCB" . uc($_) if $const;
- $_ .= "_t" unless $fun;
+ $_ .= "_t" unless $fun
or /_id$/
;
return "xcb" . $_;
}