]> git.eshelyaron.com Git - emacs.git/commit
Fix replying to _NET_WM_PING during drag-and-drop
authorPo Lu <luangruo@yahoo.com>
Tue, 31 May 2022 10:18:52 +0000 (18:18 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 31 May 2022 10:18:52 +0000 (18:18 +0800)
commitfbe7ac16d722f786e5f3f2e3a916b1aa79510eb5
tree49aa72cf07edca3a7de591d4e0d5e301452dd257
parentf8d07fbeb36cfae8b2b117c3050476f8984a515f
Fix replying to _NET_WM_PING during drag-and-drop

* src/xterm.c (handle_one_xevent): Test client window against
root window instead of using nonstandard event mask.
src/xterm.c