mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix XRegisterIMInstantiateCallback function argument configure test
* configure.ac: Use XIDProc where XIMProc was mistakenly used.
This commit is contained in:
parent
a6952f78f3
commit
96212e1a27
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue