]> git.eshelyaron.com Git - emacs.git/commit
Work around problems setting input focus when a frame is in the background
authorPo Lu <luangruo@yahoo.com>
Sun, 7 Aug 2022 05:46:52 +0000 (13:46 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 20 Oct 2022 11:30:50 +0000 (19:30 +0800)
commit6f3ade1c08c6cbf56c0dc0d12e9508c261eb42bf
tree5eb2e8320ee3b8eb80acd209112908fb65f3db0e
parente0616f2d3cbc559560bf15346dd8a1824603bd80
Work around problems setting input focus when a frame is in the background

* src/xterm.c (server_timestamp_predicate, x_get_server_time):
New functions.
(x_ewmh_activate_frame, x_focus_frame, syms_of_xterm): Apply
various workarounds for window manager "focus stealing
prevention".  (bug#57012)
src/xterm.c