]> git.eshelyaron.com Git - emacs.git/commit
Ignore XdndPosition events triggered by the wrong mouse button
authorPo Lu <luangruo@yahoo.com>
Thu, 14 Apr 2022 02:26:39 +0000 (10:26 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 14 Apr 2022 02:26:39 +0000 (10:26 +0800)
commitc10024911d6c225645c22e87a7326c13c0116ac6
treecda841be2f5b23ae04e71866d9e0f170f5963456
parent63c28d389d04e7212939e190266fd758d20550a2
Ignore XdndPosition events triggered by the wrong mouse button

* src/xterm.c (x_dnd_send_position): Don't send if button is set
but not a scroll wheel button.
src/xterm.c