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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user