]> git.eshelyaron.com Git - emacs.git/commit
Fix mouse handling with several TTY frames on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Sat, 20 Nov 2021 18:08:06 +0000 (20:08 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 Nov 2021 18:08:06 +0000 (20:08 +0200)
commite3d5337970585d1e47a4942048edf8261ad5b781
treef15c6cbcb171578466f01d1a672ea27481cbeee7
parent7e437af41319330ddade02d9784cf78c8e6674d8
Fix mouse handling with several TTY frames on MS-Windows

* src/w32inevt.c (do_mouse_event): Reset the 'mouse_moved' flag of
the selected frame.  Without that, this flag might remain set on a
TTY frame that is not displayed.
src/w32inevt.c