# HG changeset patch # User Richard M. Stallman # Date 896112238 0 # Node ID 32f2adf05397e598e7d76b5b61946c936bafa55d # Parent 4fb09bb7d2f95d6b8132208a97e865fad132a33f (XTread_socket): Fix second argument of x_any_window_to_frame. diff -r 4fb09bb7d2f9 -r 32f2adf05397 src/xterm.c --- a/src/xterm.c Mon May 25 16:01:08 1998 +0000 +++ b/src/xterm.c Mon May 25 16:03:58 1998 +0000 @@ -3845,7 +3845,7 @@ #ifdef HAVE_X_I18N { struct frame *f1 = x_any_window_to_frame (dpyinfo, - &event.xclient.window); + event.xclient.window); /* The necessity of the following line took me a full work-day to decipher from the docs!! */ if (f1 != 0 && FRAME_XIC (f1) && XFilterEvent (&event, None))