]> git.eshelyaron.com Git - emacs.git/commit
Fix processing events from multiple displays during DND
authorPo Lu <luangruo@yahoo.com>
Sun, 1 May 2022 01:37:12 +0000 (09:37 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 1 May 2022 01:37:12 +0000 (09:37 +0800)
commitba0264e19153281bcf264e99c01c130c701151e2
treea77c2b95bcbd43cd7b553113cfd8eb325d2a18db
parent61d6d43fe59cb9e6cedb7973e2b6922bccdcd4e2
Fix processing events from multiple displays during DND

* src/xterm.c (x_next_event_from_any_display): New function.
Only used on no-toolkit builds.
(x_dnd_begin_drag_and_drop): Compute correct dpyinfo for
handle_one_xevent.
src/xterm.c