Mercurial > hg > xemacs-beta
comparison src/event-stream.c @ 278:90d73dddcdc4 r21-0b37
Import from CVS: tag r21-0b37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:31:29 +0200 |
parents | 6330739388db |
children | 7df0dd720c89 |
comparison
equal
deleted
inserted
replaced
277:cfdf3ff11843 | 278:90d73dddcdc4 |
---|---|
5326 init_event_stream (void) | 5326 init_event_stream (void) |
5327 { | 5327 { |
5328 if (initialized) | 5328 if (initialized) |
5329 { | 5329 { |
5330 #ifdef HAVE_UNIXOID_EVENT_LOOP | 5330 #ifdef HAVE_UNIXOID_EVENT_LOOP |
5331 if (strcmp (display_use, "mswindows") != 0) | 5331 /* if (strcmp (display_use, "mswindows") != 0)*/ |
5332 init_event_unixoid (); | 5332 init_event_unixoid (); |
5333 #endif | 5333 #endif |
5334 #ifdef HAVE_X_WINDOWS | 5334 #ifdef HAVE_X_WINDOWS |
5335 if (!strcmp (display_use, "x")) | 5335 if (!strcmp (display_use, "x")) |
5336 init_event_Xt_late (); | 5336 init_event_Xt_late (); |