Mercurial > hg > xemacs-beta
comparison src/event-stream.c @ 394:7d59cb494b73 r21-2-12
Import from CVS: tag r21-2-12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:11:37 +0200 |
parents | 1f50e6fe4f3f |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
393:2e030b8965b1 | 394:7d59cb494b73 |
---|---|
5387 else | 5387 else |
5388 #endif | 5388 #endif |
5389 { | 5389 { |
5390 /* For TTY's, use the Xt event loop if we can; it allows | 5390 /* For TTY's, use the Xt event loop if we can; it allows |
5391 us to later open an X connection. */ | 5391 us to later open an X connection. */ |
5392 #if defined (HAVE_MS_WINDOWS) && defined (HAVE_MSG_SELECT) \ | 5392 #if defined (HAVE_MS_WINDOWS) && (!defined (HAVE_TTY) \ |
5393 && !defined (DEBUG_TTY_EVENT_STREAM) | 5393 || (defined (HAVE_MSG_SELECT) \ |
5394 && !defined (DEBUG_TTY_EVENT_STREAM))) | |
5394 init_event_mswindows_late (); | 5395 init_event_mswindows_late (); |
5395 #elif defined (HAVE_X_WINDOWS) && !defined (DEBUG_TTY_EVENT_STREAM) | 5396 #elif defined (HAVE_X_WINDOWS) && !defined (DEBUG_TTY_EVENT_STREAM) |
5396 init_event_Xt_late (); | 5397 init_event_Xt_late (); |
5397 #elif defined (HAVE_TTY) | 5398 #elif defined (HAVE_TTY) |
5398 init_event_tty_late (); | 5399 init_event_tty_late (); |