]> git.eshelyaron.com Git - emacs.git/commit
Fix detection of wheel movement during drag-and-drop
authorPo Lu <luangruo@yahoo.com>
Mon, 16 May 2022 13:46:30 +0000 (21:46 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 16 May 2022 13:47:39 +0000 (21:47 +0800)
commit3939a72fcb5230e86cbe2fb9bcfe00be1dc7bfe0
tree3834c3727c1e292d7e450dde2d57bf5897cd0edd
parentc44908c0593a2c3aab6468144643ccd003084afa
Fix detection of wheel movement during drag-and-drop

* src/xterm.c (x_dnd_send_position): Don't treat Button8 as the
mouse wheel.
src/xterm.c