mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
[HAVE_NTGUI] (POLL_FOR_INPUT): Define macro.
Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.
This commit is contained in:
parent
e98a93eb98
commit
583dcae42e
1 changed files with 2 additions and 2 deletions
|
|
@ -208,9 +208,9 @@ int update_tick;
|
|||
|
||||
#include "sysselect.h"
|
||||
|
||||
/* If we support X Windows, turn on the code to poll periodically
|
||||
/* If we support a window system, turn on the code to poll periodically
|
||||
to detect C-g. It isn't actually used when doing interrupt input. */
|
||||
#ifdef HAVE_X_WINDOWS
|
||||
#ifdef HAVE_WINDOW_SYSTEM
|
||||
#define POLL_FOR_INPUT
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue