projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6952f7
)
Fix XRegisterIMInstantiateCallback function argument configure test
author
Po Lu
<luangruo@yahoo.com>
Sun, 2 Jan 2022 03:02:49 +0000
(11:02 +0800)
committer
Po 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 66cc94e3ea8a71db726591406d4081edc612ebc8..3a04724a2cdfad192090abfb84b7f635dfd89414 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3419,7
+3419,7
@@
if test "${HAVE_XIM}" != "no"; then
XrmDatabase db;
char *res_name;
char *res_class;
-XI
MProc
callback;
+XI
DProc *
callback;
XPointer *client_data;
#ifndef __GNUC__
/* If we're not using GCC, it's probably not XFree86, and this is