XCB*Id is a variable, not a type: adjust API conventions accordingly.

This commit is contained in:
Jamey Sharp 2006-09-18 16:52:00 -07:00
parent 3cc0ddf0e6
commit b08ca2b4b4

View File

@ -42,7 +42,7 @@ sub convert($$)
return "XCB" . uc($_) if $const;
$_ .= "_t" unless $fun;
$_ .= "_t" unless $fun or /_id$/;
return "xcb" . $_;
}