Fix focus-out events on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Jul 2013 13:08:03 +0000 (16:08 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Jul 2013 13:08:03 +0000 (16:08 +0300)
commite95da6d36ca628fd7ae4d1bd1affa11ff489daa4
tree75156882754482f7206dd2265b2e55586ea4555e
parent5ab78d3d6a7efcb49d2a9be5b4bdb8eaf78f7a14
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