]> git.eshelyaron.com Git - emacs.git/commit
Handle coordinates of Motif drop start messages
authorPo Lu <luangruo@yahoo.com>
Tue, 14 Jun 2022 05:52:38 +0000 (13:52 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 14 Jun 2022 05:52:45 +0000 (13:52 +0800)
commit82ce218394e8e35cbea9eb4d17d67720161b6475
tree34061ff19e24b8eaa0723695b4965274ba256a12
parent6fd33fbf6a4edf0b905cf1a01bb763e89b860339
Handle coordinates of Motif drop start messages

* src/xterm.c (xm_read_drop_start_message): New function.
(xm_read_drag_motion_message): Check that the originator is
correct.
(x_coords_from_dnd_message): Read drop start messages as well.
src/xterm.c