]> git.eshelyaron.com Git - emacs.git/commit
Fix error when calling DND movement tracking function
authorPo Lu <luangruo@yahoo.com>
Thu, 7 Apr 2022 06:32:10 +0000 (14:32 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 7 Apr 2022 06:32:10 +0000 (14:32 +0800)
commit510eb1d401b5708657819913a52a3d8ba2dc0f3f
treec8e68cd64613e9a8a92ce583ca87d22c778c57bf
parent57ad2f333c754c927b7cddc17a61bd73fe38a738
Fix error when calling DND movement tracking function

* src/xterm.c (x_dnd_begin_drag_and_drop): Verify
x_dnd_movement_x and x_dnd_movement_y are wholenums before
caling posn-at-x-y.
src/xterm.c