Mercurial > emacs
changeset 13414:b035c6e41457
[HAVE_NTGUI] (POLL_FOR_INPUT): Define macro.
Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Tue, 07 Nov 1995 07:23:14 +0000 |
parents | 12b63cc21bdb |
children | 5c4c0319a6e7 |
files | src/process.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.c Tue Nov 07 07:20:59 1995 +0000 +++ b/src/process.c Tue Nov 07 07:23:14 1995 +0000 @@ -208,9 +208,9 @@ #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