1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

; * src/xterm.c (handle_one_xevent): Cite the bug meant to be fixed.

This commit is contained in:
Po Lu 2023-09-15 10:35:06 +08:00
parent e1a730017d
commit 1442f4043a

View File

@ -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);