]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix XRegisterIMInstantiateCallback function argument configure test
authorPo Lu <luangruo@yahoo.com>
Sun, 2 Jan 2022 03:02:49 +0000 (11:02 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 2 Jan 2022 03:02:49 +0000 (11:02 +0800)
* configure.ac: Use XIDProc where XIMProc was mistakenly used.

configure.ac

index 66cc94e3ea8a71db726591406d4081edc612ebc8..3a04724a2cdfad192090abfb84b7f635dfd89414 100644 (file)
@@ -3419,7 +3419,7 @@ if test "${HAVE_XIM}" != "no"; then
 XrmDatabase db;
 char *res_name;
 char *res_class;
-XIMProc  callback;
+XIDProc *callback;
 XPointer *client_data;
 #ifndef __GNUC__
 /* If we're not using GCC, it's probably not XFree86, and this is