]> git.eshelyaron.com Git - emacs.git/commit
Fix announcements of XDND mouse rectangles
authorPo Lu <luangruo@yahoo.com>
Tue, 5 Jul 2022 13:56:50 +0000 (21:56 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 6 Jul 2022 00:45:34 +0000 (08:45 +0800)
commit6230ed6d63a9867212d0aa20db6cd6c73581d56e
tree03e43f50cee91ed4f21a3a11a974ae9c79500db0
parent0463368a7b70dfc7914e5c5577c9690f8d0c4f7c
Fix announcements of XDND mouse rectangles

* lisp/x-dnd.el (x-dnd-handle-xdnd): Use correct meaning of "2",
which isn't well documented.
* src/xterm.c (handle_one_xevent): Likewise.  Also fix unpacking
of mouse rects.
lisp/x-dnd.el
src/xterm.c