emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1442f4043a7 2/2: ; * src/xterm.c (handle_one_xevent): Cite the bu


From: Po Lu
Subject: master 1442f4043a7 2/2: ; * src/xterm.c (handle_one_xevent): Cite the bug meant to be fixed.
Date: Thu, 14 Sep 2023 22:38:52 -0400 (EDT)

branch: master
commit 1442f4043a761e9bdeeb4e1fbe9822c2987c1502
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]