]> git.eshelyaron.com Git - emacs.git/commitdiff
(XTread_socket): Fix second argument of x_any_window_to_frame.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 May 1998 16:03:58 +0000 (16:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 May 1998 16:03:58 +0000 (16:03 +0000)
src/xterm.c

index 7dc49af3f9f8828ae7e9a7d57ef5e98d3a49b15c..4bde3ce0bbaa2ff5dae17b379732b8f874dc2507 100644 (file)
@@ -3845,7 +3845,7 @@ XTread_socket (sd, bufp, numchars, expected)
 #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))