summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/api_conv.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/api_conv.pl b/tools/api_conv.pl
index 2e6a1d0..a780ac3 100755
--- 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" . $_;
}