emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Tue, 24 Jun 2003 05:42:48 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.796 emacs/src/xterm.c:1.797
*** emacs/src/xterm.c:1.796     Sun Jun 15 17:20:55 2003
--- emacs/src/xterm.c   Tue Jun 24 05:42:48 2003
***************
*** 8120,8129 ****
        XRegisterIMInstantiateCallback (dpyinfo->display, dpyinfo->xrdb,
                                      resource_name, EMACS_CLASS,
                                      xim_instantiate_callback,
!                                     /* Fixme: This is XPointer in
!                                        XFree86 but (XPointer *) on
!                                        Tru64, at least.  */
!                                     (XPointer) xim_inst);
  #else /* not HAVE_X11R6_XIM */
        dpyinfo->xim = NULL;
        xim_open_dpy (dpyinfo, resource_name);
--- 8120,8129 ----
        XRegisterIMInstantiateCallback (dpyinfo->display, dpyinfo->xrdb,
                                      resource_name, EMACS_CLASS,
                                      xim_instantiate_callback,
!                                     /* This is XPointer in XFree86
!                                        but (XPointer *) on Tru64, at
!                                        least, hence the configure test.  */
!                                     (XRegisterIMInstantiateCallback_arg6) 
xim_inst);
  #else /* not HAVE_X11R6_XIM */
        dpyinfo->xim = NULL;
        xim_open_dpy (dpyinfo, resource_name);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]