Undo unintended change in #if 0 code.

This commit is contained in:
Richard M. Stallman 2001-11-12 22:55:02 +00:00
parent 275cffa758
commit 140d664344

View file

@ -10755,8 +10755,7 @@ XTread_socket (sd, bufp, numchars, expected)
{
if (f == dpyinfo->x_focus_event_frame)
dpyinfo->x_focus_event_frame = 0;
if (dpyinfo->x_focus_event_frame != 0
&& f == dpyinfo->x_focus_frame)
if (f == dpyinfo->x_focus_frame)
x_new_focus_frame (dpyinfo, 0);
}
#endif