]> git.eshelyaron.com Git - emacs.git/commit
Implement new DND options on Haiku
authorPo Lu <luangruo@yahoo.com>
Sun, 3 Apr 2022 01:26:32 +0000 (01:26 +0000)
committerPo Lu <luangruo@yahoo.com>
Sun, 3 Apr 2022 01:26:32 +0000 (01:26 +0000)
commite9d4f119da48fe119d9d7a6d1b9a054c043bd517
tree86e63831d640bedbb71ad5a3087700e8fd4c8e64
parent1694f82e5f91f1ea96604c7c0aee4537fbada765
Implement new DND options on Haiku

* lisp/term/haiku-win.el (haiku-drag-and-drop): Handle special
drag and drop motion events.
* src/haiku_support.cc (MouseMoved): Set `dnd_message' flag.
* src/haiku_support.h (struct haiku_mouse_motion_event): New
member `dnd_message'.
* src/haikuterm.c (haiku_read_socket): Create special DND events
when the mouse moves with a drop message.
lisp/term/haiku-win.el
src/haiku_support.cc
src/haiku_support.h
src/haikuterm.c