comparison src/event-stream.c @ 265:8efd647ea9ca r20-5b31

Import from CVS: tag r20-5b31
author cvs
date Mon, 13 Aug 2007 10:25:37 +0200
parents 727739f917cb
children 966663fcf606
comparison
equal deleted inserted replaced
264:682d2a9d41a5 265:8efd647ea9ca
5344 us to later open an X connection. */ 5344 us to later open an X connection. */
5345 #if defined (HAVE_X_WINDOWS) && !defined (DEBUG_TTY_EVENT_STREAM) 5345 #if defined (HAVE_X_WINDOWS) && !defined (DEBUG_TTY_EVENT_STREAM)
5346 init_event_Xt_late (); 5346 init_event_Xt_late ();
5347 #elif defined (HAVE_TTY) 5347 #elif defined (HAVE_TTY)
5348 init_event_tty_late (); 5348 init_event_tty_late ();
5349 #elif defined (HAVE_MS_WINDOWS)
5350 init_event_mswindows_late ();
5349 #endif 5351 #endif
5350 } 5352 }
5351 init_interrupts_late (); 5353 init_interrupts_late ();
5352 } 5354 }
5353 } 5355 }