Fix focus-out events on MS-Windows.
commit451b613ba88a9240e62dcf75e3377d2b81acf983
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Jul 2013 13:08:03 +0000 (27 16:08 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Jul 2013 13:08:03 +0000 (27 16:08 +0300)
treeb5874d25c6612d7ffcc88129279fb1fbc12ae354
parentf0167d30b7fbd88315e35467637ee2ad881d251f
Fix focus-out events on MS-Windows.

 src/w32term.c (w32_read_socket) <WM_KILLFOCUS>: Call
 w32_detect_focus_change instead of doing part of its job by hand.
 This fixes the problem whereby FOCUS_OUT events were not sent to
 the event queue.
src/ChangeLog
src/w32term.c