]> git.eshelyaron.com Git - emacs.git/commit
Fix an infinite loop if the window manager pings Emacs during DND
authorPo Lu <luangruo@yahoo.com>
Thu, 24 Mar 2022 03:41:29 +0000 (11:41 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 24 Mar 2022 03:41:29 +0000 (11:41 +0800)
commitebd5725e0b2f7e1dcf6dcb068bef638edd7f0cb4
treed28ce7ce1a77733ff91c39b9a88649094e112216
parentd81df9e44933d5b4d386e29d953055dfc029e742
Fix an infinite loop if the window manager pings Emacs during DND

* src/xterm.c (handle_one_xevent): Work around _NET_WM_PING
infinite loop during drag and drop.
src/xterm.c