]> git.eshelyaron.com Git - emacs.git/commit
Unbreak the Cygwin-w32 build
authorKen Brown <kbrown@cornell.edu>
Thu, 11 Jan 2018 16:40:37 +0000 (11:40 -0500)
committerKen Brown <kbrown@cornell.edu>
Thu, 11 Jan 2018 17:18:19 +0000 (12:18 -0500)
commite6266cb95ce9ea7e8fdcc1e2298bcb0513416f3e
tree941f525357c554acc92bccab5796c2e9afe3215c
parentccedc6797e041af35f00f2fa8fb45bffea5c3797
Unbreak the Cygwin-w32 build

* src/keyboard.c (input_polling_used) [CYGWIN]: Restore.  This was
removed on Cygwin in the commit "On non-MS-Windows, omit unnecessary
polling functions".  But it is used in w32fns.c:x_make_frame_visible
in the Cygwin-w32 build.
src/keyboard.c