]> git.eshelyaron.com Git - emacs.git/commit
Prevent XdndPosition messages from rarely being sent out of band
authorPo Lu <luangruo@yahoo.com>
Fri, 1 Jul 2022 08:17:11 +0000 (16:17 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 1 Jul 2022 08:18:50 +0000 (16:18 +0800)
commitb55059bbeb8577a371f54d1750a31786f5ab5b7f
treefd97c2724d47694ce1446861b3a1fb6f918a8943
parentea5f5f81dd172ce40f10cd5e276d23839c24cbc1
Prevent XdndPosition messages from rarely being sent out of band

* src/xterm.c (handle_one_xevent): Don't clear
`x_dnd_waiting_for_status_window' if a pending position message
was sent in reply to an XdndStatus event.
src/xterm.c