mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(XTread_socket): Fix second argument of x_any_window_to_frame.
This commit is contained in:
parent
9e1348eee9
commit
c99babf20d
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue