Mercurial > emacs
diff src/xterm.c @ 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 | 58f3be08e692 |
| children | 8fbe6f509385 |
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))
