Mercurial > emacs
changeset 51676:f9d7d97a1d37
(xim_initialize): Undo previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 27 Jun 2003 02:21:51 +0000 |
parents | 449241510de8 |
children | 0fecdab10707 |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Thu Jun 26 23:20:50 2003 +0000 +++ b/src/xterm.c Fri Jun 27 02:21:51 2003 +0000 @@ -8123,7 +8123,7 @@ /* This is XPointer in XFree86 but (XPointer *) on Tru64, at least, hence the configure test. */ - (XRegisterIMInstantiateCallback_arg6) xim_inst); + (XPointer) xim_inst); #else /* not HAVE_X11R6_XIM */ dpyinfo->xim = NULL; xim_open_dpy (dpyinfo, resource_name);