]> git.eshelyaron.com Git - emacs.git/commit
Improve compatibility when receiving drops from early XDND programs
authorPo Lu <luangruo@yahoo.com>
Fri, 17 Jun 2022 07:29:59 +0000 (15:29 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 17 Jun 2022 07:29:59 +0000 (15:29 +0800)
commit4ce2322894a21a1bd3045a6c0dcb2069b31a9c05
tree77e5f2aaecd18e9af48c44a82cefaac818a13d26
parent10d23f4ed4a7cded2f6177f35b8d9aa9c3686d72
Improve compatibility when receiving drops from early XDND programs

* lisp/x-dnd.el (x-dnd-handle-xdnd): Save version in state.
If version is less than 5, don't put action and success in
XdndFinished events.  If less than 2, always use `copy' as
the selected action.
lisp/x-dnd.el