]> git.eshelyaron.com Git - emacs.git/commit
Prevent setting user time if the WM doesn't support it
authorPo Lu <luangruo@yahoo.com>
Mon, 11 Jul 2022 10:48:12 +0000 (18:48 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 11 Jul 2022 10:48:37 +0000 (18:48 +0800)
commitc0ced4e49989b98035729b46693a56c5f168d8bf
tree8a1282c5671cde84a3ac70b44071cdf6e93ec5f8
parent25dd4f169d939295e76b8eb1c2fae2e3c15a191b
Prevent setting user time if the WM doesn't support it

* src/xterm.c (x_update_frame_user_time_window): Don't set
_NET_WM_USER_TIME if it's not supported by the window manager.
src/xterm.c