diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 3 |
1 files changed, 1 insertions, 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) | |||
| 10755 | { | 10755 | { |
| 10756 | if (f == dpyinfo->x_focus_event_frame) | 10756 | if (f == dpyinfo->x_focus_event_frame) |
| 10757 | dpyinfo->x_focus_event_frame = 0; | 10757 | dpyinfo->x_focus_event_frame = 0; |
| 10758 | if (dpyinfo->x_focus_event_frame != 0 | 10758 | if (f == dpyinfo->x_focus_frame) |
| 10759 | && f == dpyinfo->x_focus_frame) | ||
| 10760 | x_new_focus_frame (dpyinfo, 0); | 10759 | x_new_focus_frame (dpyinfo, 0); |
| 10761 | } | 10760 | } |
| 10762 | #endif | 10761 | #endif |