]> git.eshelyaron.com Git - emacs.git/commit
Fix Motif DND on window managers that don't support client lists
authorPo Lu <luangruo@yahoo.com>
Thu, 31 Mar 2022 13:53:04 +0000 (21:53 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 31 Mar 2022 13:53:04 +0000 (21:53 +0800)
commit948181df9cbdcc8845fc3662e2007d8e09f48c71
treeb958de406affe93d2584793483f88e7c51b663d2
parent1bd14387027d5fa93ccbc38b6e4ce715c916bbc6
Fix Motif DND on window managers that don't support client lists

* src/xterm.c (x_dnd_compute_toplevels): Fix usage of
`x_uncatch_errors_after_check'.
(x_dnd_get_wm_state_and_proto): New function.
(x_dnd_get_target_window): Also return first toplevel window
found.
src/xterm.c