]> git.eshelyaron.com Git - emacs.git/commit
Support Motif DND help
authorPo Lu <luangruo@yahoo.com>
Fri, 1 Apr 2022 03:50:14 +0000 (11:50 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 1 Apr 2022 03:50:14 +0000 (11:50 +0800)
commit52c31f9e13c349609091620ecf56ac42747c1652
treee6e19e9966563a0dd56045003a69cb96e465d23b
parent7378287f598bcfa1450e31fd219e557f02470278
Support Motif DND help

* src/xterm.c (x_dnd_xm_use_help): New state variable.
(x_dnd_begin_drag_and_drop): Clear new variable.
(handle_one_xevent): Set new variable if we get a key press
event F1 during the drag-and-drop session, and use help action
when dropping onto a Motif program if it is set.
src/xterm.c