# HG changeset patch # User Richard M. Stallman # Date 1056680511 0 # Node ID f9d7d97a1d375d4e6877ce32e1ea99f279e0d105 # Parent 449241510de841c37011c1ccc832d5fb64ae8704 (xim_initialize): Undo previous change. diff -r 449241510de8 -r f9d7d97a1d37 src/xterm.c --- 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);