]> git.eshelyaron.com Git - emacs.git/commit
Handle coordinate extraction for more event types
authorPo Lu <luangruo@yahoo.com>
Tue, 14 Jun 2022 02:12:48 +0000 (10:12 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 14 Jun 2022 02:12:48 +0000 (10:12 +0800)
commitf5fb969cab48228d612d641f1ba5fd123f50cf86
treefd96ad6313d4fc0fb7aac20bb8cb294a809ffe1c
parent907f3a4f8d83c228a3be3772a3cb7d5079261752
Handle coordinate extraction for more event types

* src/xterm.c (xm_read_drag_motion_message): New function.
(x_coords_from_dnd_message): Handle XM_DRAG_REASON_DRAG_MOTION.
src/xterm.c