]> git.eshelyaron.com Git - emacs.git/commit
Fix sending button presses if the drop target specified a mouse rectangle
authorPo Lu <luangruo@yahoo.com>
Fri, 15 Jul 2022 02:30:18 +0000 (10:30 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 15 Jul 2022 02:30:18 +0000 (10:30 +0800)
commit2e0c76e397811837fd119c1298a5606b4ef65be5
treee0d0f923ebdc667d90bf15cc44c5d4723660bce7
parent00eb894a56d63fad3573a53dd57c323289711512
Fix sending button presses if the drop target specified a mouse rectangle

* src/xterm.c (x_dnd_send_position): Handle button presses
specially, ignoring mouse rectangles.
src/xterm.c