]> git.eshelyaron.com Git - emacs.git/commit
Eliminate extra call to XTranslateCoordinates looking for drop target
authorPo Lu <luangruo@yahoo.com>
Fri, 10 Jun 2022 06:47:40 +0000 (14:47 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 10 Jun 2022 06:48:04 +0000 (14:48 +0800)
commit45bdeb7d9c62dbc4811db85da81993f45b6b9780
treeb4ba7c438c74750750e1e96e1077844c3b559c26
parente70d82d85529104deae45e5bdfe635d5dd9cd200
Eliminate extra call to XTranslateCoordinates looking for drop target

* src/xterm.c (x_dnd_get_target_window): Translate coordinates
starting from the root window and avoid extra sync.
src/xterm.c