commit | 96dad15fd81010bff5d194deecde47596872cd6f | [log] [tgz] |
---|---|---|
author | Marcus Meissner <marcus@jet.franken.de> | Thu Oct 22 07:55:33 1998 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Oct 22 07:55:33 1998 +0000 |
tree | 0f32af76d53aa060612ad407fafe18c67c228c49 | |
parent | 8163465a49a48c55e79b310e0baceb400e327e01 [diff] [blame] |
XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors reported).
diff --git a/tools/make_X11wrappers b/tools/make_X11wrappers index 1a1c08b..cfbe899 100755 --- a/tools/make_X11wrappers +++ b/tools/make_X11wrappers
@@ -173,6 +173,9 @@ } if(m'\s*([^,]*[^, \t])\s*(,?\n)') { $args[$#args+1] = $1; + if ($1 =~ /char\s*\[/) { # small hack for XQueryKeymap + $args[$#args] = "char*"; + } } } # Skip if vararg, function pointer arg, or not needed.