/[emacs]/emacs/src/xterm.c
ViewVC logotype

Diff of /emacs/src/xterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.796 by monnier, Sun Jun 15 21:20:55 2003 UTC revision 1.797 by fx, Tue Jun 24 09:42:48 2003 UTC
# Line 8120  xim_initialize (dpyinfo, resource_name) Line 8120  xim_initialize (dpyinfo, resource_name)
8120        XRegisterIMInstantiateCallback (dpyinfo->display, dpyinfo->xrdb,        XRegisterIMInstantiateCallback (dpyinfo->display, dpyinfo->xrdb,
8121                                        resource_name, EMACS_CLASS,                                        resource_name, EMACS_CLASS,
8122                                        xim_instantiate_callback,                                        xim_instantiate_callback,
8123                                        /* Fixme: This is XPointer in                                        /* This is XPointer in XFree86
8124                                           XFree86 but (XPointer *) on                                           but (XPointer *) on Tru64, at
8125                                           Tru64, at least.  */                                           least, hence the configure test.  */
8126                                        (XPointer) xim_inst);                                        (XRegisterIMInstantiateCallback_arg6) xim_inst);
8127  #else /* not HAVE_X11R6_XIM */  #else /* not HAVE_X11R6_XIM */
8128        dpyinfo->xim = NULL;        dpyinfo->xim = NULL;
8129        xim_open_dpy (dpyinfo, resource_name);        xim_open_dpy (dpyinfo, resource_name);

Legend:
Removed from v.1.796  
changed lines
  Added in v.1.797

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26