]> git.eshelyaron.com Git - emacs.git/commit
Use right frame when computing mouse movement device
authorPo Lu <luangruo@yahoo.com>
Sat, 9 Apr 2022 03:37:56 +0000 (11:37 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 9 Apr 2022 03:37:56 +0000 (11:37 +0800)
commit72782ca182993dac6bd805bb3b54b21b7e7efa7d
tree853a2e71aecb4af623e2b688db6d09e260f455d8
parentcb45fff0cb01d7a2e428676e0406bcc7ebc1e63a
Use right frame when computing mouse movement device

* src/keyboard.c (kbd_buffer_get_event): Use the frame on which
the mouse actually moved to compute the last mouse device.
src/keyboard.c