]> git.eshelyaron.com Git - emacs.git/commit
Try to implement `dnd-indicate-insertion-point' on macOS
authorPo Lu <luangruo@yahoo.com>
Mon, 30 May 2022 02:36:43 +0000 (10:36 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 30 May 2022 02:36:43 +0000 (10:36 +0800)
commit48ef8ab15f0e884ac97736d1d24af7eecf9313cc
tree2277d827afa3f7996802c44125b43b22e5ef80e5
parent5b770b60f4f9d7d157774b999b0574aee133e7cb
Try to implement `dnd-indicate-insertion-point' on macOS

* lisp/term/ns-win.el (ns-handle-drag-motion): New function.
* src/nsterm.m ([EmacsView draggingUpdated:]): Call that
function instead.
(syms_of_nsterm): Clean up old style defvars and add new
defvar for the DND drag function.
lisp/term/ns-win.el
src/nsterm.m