comparison src/xterm.c @ 51676:f9d7d97a1d37

(xim_initialize): Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 27 Jun 2003 02:21:51 +0000
parents fab11a57338c
children 01bf5601e788
comparison
equal deleted inserted replaced
51675:449241510de8 51676:f9d7d97a1d37
8121 resource_name, EMACS_CLASS, 8121 resource_name, EMACS_CLASS,
8122 xim_instantiate_callback, 8122 xim_instantiate_callback,
8123 /* This is XPointer in XFree86 8123 /* This is XPointer in XFree86
8124 but (XPointer *) on Tru64, at 8124 but (XPointer *) on Tru64, at
8125 least, hence the configure test. */ 8125 least, hence the configure test. */
8126 (XRegisterIMInstantiateCallback_arg6) xim_inst); 8126 (XPointer) xim_inst);
8127 #else /* not HAVE_X11R6_XIM */ 8127 #else /* not HAVE_X11R6_XIM */
8128 dpyinfo->xim = NULL; 8128 dpyinfo->xim = NULL;
8129 xim_open_dpy (dpyinfo, resource_name); 8129 xim_open_dpy (dpyinfo, resource_name);
8130 #endif /* not HAVE_X11R6_XIM */ 8130 #endif /* not HAVE_X11R6_XIM */
8131 8131