aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Brown2018-01-11 11:40:37 -0500
committerKen Brown2018-01-11 12:18:19 -0500
commite6266cb95ce9ea7e8fdcc1e2298bcb0513416f3e (patch)
tree941f525357c554acc92bccab5796c2e9afe3215c /src
parentccedc6797e041af35f00f2fa8fb45bffea5c3797 (diff)
downloademacs-e6266cb95ce9ea7e8fdcc1e2298bcb0513416f3e.tar.gz
emacs-e6266cb95ce9ea7e8fdcc1e2298bcb0513416f3e.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 07392b7d495..714c8fee656 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1932,7 +1932,7 @@ start_polling (void)
1932#endif 1932#endif
1933} 1933}
1934 1934
1935#ifdef DOS_NT 1935#if defined CYGWIN || defined DOS_NT
1936/* True if we are using polling to handle input asynchronously. */ 1936/* True if we are using polling to handle input asynchronously. */
1937 1937
1938bool 1938bool