]> git.eshelyaron.com Git - emacs.git/commit
Don't repetitively initialize type lists during DND
authorPo Lu <luangruo@yahoo.com>
Sun, 12 Jun 2022 05:45:18 +0000 (13:45 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 12 Jun 2022 05:45:31 +0000 (13:45 +0800)
commitc2695621fc52aa5eeebc45b82b9b916e30568589
tree71111df6e2facf0b2a715e501959d80d5e15f4e5
parent0451a76f975ed873f2be1c2bf9f976bf8aab5add
Don't repetitively initialize type lists during DND

* src/xterm.c (x_dnd_send_enter): Only set XdndTypeList once.
(x_dnd_begin_drag_and_drop): Clear type list flag.
src/xterm.c