Fix handling of 1st keystroke on MS-Windows
commit0afb8fab99951262e81d6095302de4c84d7e8847
authorEli Zaretskii <eliz@gnu.org>
Sun, 2 Aug 2015 14:40:19 +0000 (2 17:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 2 Aug 2015 14:40:19 +0000 (2 17:40 +0300)
tree55c14a4ee93e16e79d6727c910ab958fd62b8b07
parent6d69b0690da24bb44f6c54932923da2286bc6e13
Fix handling of 1st keystroke on MS-Windows

* src/w32fns.c (globals_of_w32fns): Initialize after_deadkey to -1.
This is needed to correctly handle the session's first keystroke,
if it has any modifiers.  (Bug#19994)
src/w32fns.c