]> git.eshelyaron.com Git - emacs.git/commitdiff
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)
* 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

index 07392b7d495ee0fb75b57cebc9eed65d589c8f6c..714c8fee6564910775b5bd23239095883700f1c7 100644 (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