Mercurial > emacs
changeset 51953:610a102ed36c
(xim_initialize): Redo 6/24 change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 17 Jul 2003 10:15:04 +0000 |
parents | b011595889f7 |
children | cde857fd741d |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Wed Jul 16 22:17:40 2003 +0000 +++ b/src/xterm.c Thu Jul 17 10:15:04 2003 +0000 @@ -8140,7 +8140,7 @@ /* This is XPointer in XFree86 but (XPointer *) on Tru64, at least, hence the configure test. */ - (XPointer) xim_inst); + (XRegisterIMInstantiateCallback_arg6) xim_inst); #else /* not HAVE_X11R6_XIM */ dpyinfo->xim = NULL; xim_open_dpy (dpyinfo, resource_name);