]> git.eshelyaron.com Git - emacs.git/commit
Handle alternate actions for Motif drop targets
authorPo Lu <luangruo@yahoo.com>
Thu, 26 May 2022 13:00:17 +0000 (21:00 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 26 May 2022 13:00:35 +0000 (21:00 +0800)
commite490b80a105b82870e5571eaa3cfa5bc3ad936b0
tree3c6d9a439405148837343f1312625aeaa21dbb28
parentef6059cb8325dfa2467bb83b2fd2b2d376e360c2
Handle alternate actions for Motif drop targets

* src/xterm.c (xm_side_effect_from_action): Handle
`XdndActionAsk'.
(xm_operations_from_actions): New function.
(xm_send_top_level_leave_message, x_dnd_cleanup_drag_and_drop)
(x_dnd_update_state, handle_one_xevent, x_connection_closed):
Use those actions when building a side effect.
(x_dnd_begin_drag_and_drop): Keep track of the set of
alternative drag-and-drop actions.
src/xterm.c