From 1442f4043a761e9bdeeb4e1fbe9822c2987c1502 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Fri, 15 Sep 2023 10:35:06 +0800 Subject: [PATCH] ; * src/xterm.c (handle_one_xevent): Cite the bug meant to be fixed. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, /* Apply the fix for bug#57468 on GTK 3.x and no toolkit builds, but not GTK+ 2.x and X toolkit builds, where it is required - to treat implicit focus correctly. */ + to treat implicit focus correctly. (bug#65919) */ #if defined USE_X_TOOLKIT || (defined USE_GTK && !defined HAVE_GTK3) if (x_top_window_to_frame (dpyinfo, event->xcrossing.window)) x_detect_focus_change (dpyinfo, any, event, &inev.ie); -- 2.39.5