From 140d664344a0b8c68fae58b4ce111db36fa94d2d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 12 Nov 2001 22:55:02 +0000 Subject: [PATCH] Undo unintended change in #if 0 code. --- src/xterm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/xterm.c b/src/xterm.c index 2a700b1a617..47f898c8b72 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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 -- 2.39.2