]> git.eshelyaron.com Git - emacs.git/commit
Make dragging stuff to a window above a frame work
authorPo Lu <luangruo@yahoo.com>
Sun, 3 Apr 2022 10:59:12 +0000 (18:59 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 3 Apr 2022 10:59:12 +0000 (18:59 +0800)
commit28f720e7c483c37a6c94f6b561e8f175b3af51a4
tree96634c9fca9a45633b1f913af066f79a14afad5e
parent441ce4672d4aab14d1bef078692fec7ad4ff0c0a
Make dragging stuff to a window above a frame work

* doc/lispref/frames.texi (Mouse Tracking):
* etc/NEWS: Announce new `drag-source' value of `track-mouse'.
* lisp/mouse.el (mouse-drag-and-drop-region): Use new value of
`track-mouse' during interprogram drag and drop.

* src/keyboard.c (make_lispy_position): Handle nil values of f
correctly.
* src/xdisp.c (define_frame_cursor1): Ignore if `drag-source' as
well.
(syms_of_xdisp): New defsym `drag-source'.
* src/xterm.c (XTmouse_position): Implement `drag-source'.
(mouse_or_wdesc_frame): Likewise.
doc/lispref/frames.texi
etc/NEWS
lisp/mouse.el
src/keyboard.c
src/xdisp.c
src/xterm.c