]> git.eshelyaron.com Git - emacs.git/commit
Avoid FOCUS_IN_EVENTS not being sent on NS
authorPo Lu <luangruo@yahoo.com>
Sat, 15 Jan 2022 13:11:57 +0000 (21:11 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 21 Jan 2022 01:00:59 +0000 (09:00 +0800)
commit7ff7f948f7802941b98294ae8a52a9a178dcaa9d
tree792483c21ad6bf20f3aab29eef866b6a5282d636
parent10083e788f7349fa363d100687dc3d94bea88f57
Avoid FOCUS_IN_EVENTS not being sent on NS

* src/nsterm.m ([EmacsView windowDidBecomeKey]): Work around
emacs_event being NULL by storing focus in events directly
into the keyboard buffer.  (bug#52376)
src/nsterm.m