From: Po Lu Date: Sun, 2 Jan 2022 03:02:49 +0000 (+0800) Subject: Fix XRegisterIMInstantiateCallback function argument configure test X-Git-Tag: emacs-29.0.90~3302 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=96212e1a270d9ba665bf33aec8a404979afb896b;p=emacs.git Fix XRegisterIMInstantiateCallback function argument configure test * configure.ac: Use XIDProc where XIMProc was mistakenly used. --- diff --git a/configure.ac b/configure.ac index 66cc94e3ea8..3a04724a2cd 100644 --- a/configure.ac +++ b/configure.ac @@ -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