XCB*Id is a variable, not a type: adjust API conventions accordingly.
This commit is contained in:
parent
3cc0ddf0e6
commit
b08ca2b4b4
|
@ -42,7 +42,7 @@ sub convert($$)
|
||||||
|
|
||||||
return "XCB" . uc($_) if $const;
|
return "XCB" . uc($_) if $const;
|
||||||
|
|
||||||
$_ .= "_t" unless $fun;
|
$_ .= "_t" unless $fun or /_id$/;
|
||||||
|
|
||||||
return "xcb" . $_;
|
return "xcb" . $_;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue