diff options
| author | Po Lu | 2023-09-15 10:35:06 +0800 |
|---|---|---|
| committer | Po Lu | 2023-09-15 10:35:06 +0800 |
| commit | 1442f4043a761e9bdeeb4e1fbe9822c2987c1502 (patch) | |
| tree | 51397d49064d61c09200a4521b2e97b103fb3b19 /src | |
| parent | e1a730017d6f1856b099755f5c47ee7b779a0569 (diff) | |
| download | emacs-1442f4043a761e9bdeeb4e1fbe9822c2987c1502.tar.gz emacs-1442f4043a761e9bdeeb4e1fbe9822c2987c1502.zip | |
; * src/xterm.c (handle_one_xevent): Cite the bug meant to be fixed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
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); |