1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 20:50:52 -08:00

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.
This commit is contained in:
Ken Brown 2018-01-11 11:40:37 -05:00
parent ccedc6797e
commit e6266cb95c

View file

@ -1932,7 +1932,7 @@ start_polling (void)
#endif
}
#ifdef DOS_NT
#if defined CYGWIN || defined DOS_NT
/* True if we are using polling to handle input asynchronously. */
bool