File p_xlib-threadsafe.diff of Package xorg-x11-libX11-unstable-devel
Index: imLcFlt.c
===================================================================
RCS file: /home/eich/cvs/xc/lib/X11/imLcFlt.c,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 imLcFlt.c
--- imLcFlt.c 14 Sep 2004 10:49:43 -0000 1.1.1.3
+++ modules/im/ximcp/imLcFlt.c 7 Jul 2005 13:11:33 -0000
@@ -73,7 +73,7 @@
ic->private.local.composed = p;
/* return back to client KeyPressEvent keycode == 0 */
ev->xkey.keycode = 0;
- _XPutBackEvent(d, ev);
+ XPutBackEvent(d, ev);
/* initialize internal state for next key sequence */
ic->private.local.context = ((Xim)ic->core.im)->private.local.top;
return(True);