]> git.eshelyaron.com Git - emacs.git/commit
Fix link action handling with Motif DND
authorPo Lu <luangruo@yahoo.com>
Wed, 15 Jun 2022 03:37:39 +0000 (11:37 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 15 Jun 2022 03:37:39 +0000 (11:37 +0800)
commit1302c329eb09b40a8895198fc0ec98b3abac6b96
tree6287c23280d889a692d6b915726153c5506e5d9a
parent2e2913654b65fea657e79705df2c1842207000cf
Fix link action handling with Motif DND

* src/xterm.c (enum xm_drag_operation): New alternate
definition.
(XM_DRAG_OPERATION_IS_LINK): New macro.
(handle_one_xevent): Use it instead.
src/xterm.c