comparison src/xterm.c @ 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 535ddb6daa07
children 039e1c55561e
comparison
equal deleted inserted replaced
51952:b011595889f7 51953:610a102ed36c
8138 resource_name, EMACS_CLASS, 8138 resource_name, EMACS_CLASS,
8139 xim_instantiate_callback, 8139 xim_instantiate_callback,
8140 /* This is XPointer in XFree86 8140 /* This is XPointer in XFree86
8141 but (XPointer *) on Tru64, at 8141 but (XPointer *) on Tru64, at
8142 least, hence the configure test. */ 8142 least, hence the configure test. */
8143 (XPointer) xim_inst); 8143 (XRegisterIMInstantiateCallback_arg6) xim_inst);
8144 #else /* not HAVE_X11R6_XIM */ 8144 #else /* not HAVE_X11R6_XIM */
8145 dpyinfo->xim = NULL; 8145 dpyinfo->xim = NULL;
8146 xim_open_dpy (dpyinfo, resource_name); 8146 xim_open_dpy (dpyinfo, resource_name);
8147 #endif /* not HAVE_X11R6_XIM */ 8147 #endif /* not HAVE_X11R6_XIM */
8148 8148