emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master e6266cb: Unbreak the Cygwin-w32 build


From: Ken Brown
Subject: [Emacs-diffs] master e6266cb: Unbreak the Cygwin-w32 build
Date: Thu, 11 Jan 2018 12:23:14 -0500 (EST)

branch: master
commit e6266cb95ce9ea7e8fdcc1e2298bcb0513416f3e
Author: Ken Brown <address@hidden>
Commit: Ken Brown <address@hidden>

    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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/keyboard.c b/src/keyboard.c
index 07392b7..714c8fe 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]