]> git.eshelyaron.com Git - emacs.git/commit
Handle coordinates from XM_DRAG_REASON_DRAG_MOTION replies
authorPo Lu <luangruo@yahoo.com>
Wed, 15 Jun 2022 01:26:46 +0000 (09:26 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 15 Jun 2022 01:26:46 +0000 (09:26 +0800)
commit2e2913654b65fea657e79705df2c1842207000cf
tree714ae7a5d3769b75308c08294aa9b67e89f44d00
parent787c4ad8b0776280305a220d6669c956d9ed8a5d
Handle coordinates from XM_DRAG_REASON_DRAG_MOTION replies

* src/xterm.c (struct xm_drag_motion_reply): New struct.
(xm_read_drag_motion_reply): New function.
(x_coords_from_dnd_message): Handle those messages as well.
src/xterm.c