From 96212e1a270d9ba665bf33aec8a404979afb896b Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 2 Jan 2022 11:02:49 +0800 Subject: [PATCH] Fix XRegisterIMInstantiateCallback function argument configure test * configure.ac: Use XIDProc where XIMProc was mistakenly used. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5