changeset 22230:32f2adf05397

(XTread_socket): Fix second argument of x_any_window_to_frame.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 May 1998 16:03:58 +0000
parents 4fb09bb7d2f9
children 35af9a276272
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))