]> git.eshelyaron.com Git - emacs.git/commit
Avoid extra sync when fetching DND proxy window
authorPo Lu <luangruo@yahoo.com>
Mon, 28 Mar 2022 05:52:17 +0000 (13:52 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 28 Mar 2022 05:52:17 +0000 (13:52 +0800)
commit0e7314f6f15a20cb2ae712c09bb201f571823a6f
tree9668dd376cbd724620e0379257be82bd7816dde6
parentf5adb2584a9e25e3bbf01d1ca1c7fc6e511a4012
Avoid extra sync when fetching DND proxy window

* src/xterm.c (x_dnd_get_proxy_proto): New function.
(x_dnd_get_target_window): Use it on XCB to determine window
proxy and proto for toplevel window.
src/xterm.c