]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xterm.c (handle_one_xevent): Cite the bug meant to be fixed.
authorPo Lu <luangruo@yahoo.com>
Fri, 15 Sep 2023 02:35:06 +0000 (10:35 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 15 Sep 2023 02:35:06 +0000 (10:35 +0800)
src/xterm.c

index 9ca7817b8db5e3992f309a1cbb5e1e134c2c1f90..bd779cb21bf9f9168cf4a21af6fc2d1665955a77 100644 (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);