Fix XRegisterIMInstantiateCallback function argument configure test

* configure.ac: Use XIDProc where XIMProc was mistakenly used.
This commit is contained in:
Po Lu 2022-01-02 11:02:49 +08:00
parent a6952f78f3
commit 96212e1a27

View 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