]> git.eshelyaron.com Git - emacs.git/commit
Correct bug#65919
authorPo Lu <luangruo@yahoo.com>
Fri, 15 Sep 2023 02:30:12 +0000 (10:30 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 15 Sep 2023 02:30:12 +0000 (10:30 +0800)
commite1a730017d6f1856b099755f5c47ee7b779a0569
tree8828913486263be70348dd73386beee01887f291
parentcadd332662599725f9a773377034a53cf68d78fd
Correct bug#65919

* src/process.c (child_signal_notify): Expunge call to
non-reentrant function from signal handler.

* src/xfns.c (setup_xi_event_mask): Cease selecting for
XI_FocusIn and XI_FocusOut under X toolkit builds.

* src/xterm.c (xi_handle_interaction, xi_handle_focus_change)
(xi_handle_focus_change): Make conditional on GTK 3 or no
toolkit builds.
(xi_handle_delete_frame, x_free_frame_resources): Adjust
correspondingly.
(handle_one_xevent) <EnterNotify, LeaveNotify>: Examine
EnterNotify and LeaveNotify events for focus changes
irrespective of whether XI2 is enabled under the X toolkit and
GTK 2.x.
src/process.c
src/xfns.c
src/xterm.c