# HG changeset patch # User Dave Love # Date 1056447768 0 # Node ID fab11a57338c63f76775d4063ca28503fb6d3378 # Parent 73b3b97a1595688b3193fa1fe425b4535a54d9cc (xim_initialize): Use XRegisterIMInstantiateCallback_arg6. diff -r 73b3b97a1595 -r fab11a57338c src/xterm.c --- a/src/xterm.c Tue Jun 24 09:42:14 2003 +0000 +++ b/src/xterm.c Tue Jun 24 09:42:48 2003 +0000 @@ -8120,10 +8120,10 @@ 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); + /* 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);