]> git.eshelyaron.com Git - emacs.git/commit
Stop passing CurrentTime to SetInputFocus
authorPo Lu <luangruo@yahoo.com>
Sat, 8 Oct 2022 08:38:30 +0000 (16:38 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 8 Oct 2022 08:38:48 +0000 (16:38 +0800)
commit5e7e85af02c18571837c8e2669b5bf2b7b9198a3
treeb10806e330f833322cccba366ef6e3ee92e42717
parent75b7aacbf608ab49991aa945c5a4e54774084294
Stop passing CurrentTime to SetInputFocus

* src/xterm.c (xi_focus_handle_for_device, handle_one_xevent):
Set the last user time where required for focus to be handled
correctly.
(x_focus_frame): Do not perform actions prohibited by the ICCCM.
src/xterm.c