aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 9ca7817b8db..bd779cb21bf 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -20587,7 +20587,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
20587 20587
20588 /* Apply the fix for bug#57468 on GTK 3.x and no toolkit builds, 20588 /* Apply the fix for bug#57468 on GTK 3.x and no toolkit builds,
20589 but not GTK+ 2.x and X toolkit builds, where it is required 20589 but not GTK+ 2.x and X toolkit builds, where it is required
20590 to treat implicit focus correctly. */ 20590 to treat implicit focus correctly. (bug#65919) */
20591#if defined USE_X_TOOLKIT || (defined USE_GTK && !defined HAVE_GTK3) 20591#if defined USE_X_TOOLKIT || (defined USE_GTK && !defined HAVE_GTK3)
20592 if (x_top_window_to_frame (dpyinfo, event->xcrossing.window)) 20592 if (x_top_window_to_frame (dpyinfo, event->xcrossing.window))
20593 x_detect_focus_change (dpyinfo, any, event, &inev.ie); 20593 x_detect_focus_change (dpyinfo, any, event, &inev.ie);