Mercurial > hg > xemacs-beta
comparison src/event-Xt.c @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 501cfd01ee6d |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
3218 /* In xselect.c */ | 3218 /* In xselect.c */ |
3219 x_selection_timeout = (XtAppGetSelectionTimeout (Xt_app_con) / 1000); | 3219 x_selection_timeout = (XtAppGetSelectionTimeout (Xt_app_con) / 1000); |
3220 XSetErrorHandler (x_error_handler); | 3220 XSetErrorHandler (x_error_handler); |
3221 XSetIOErrorHandler (x_IO_error_handler); | 3221 XSetIOErrorHandler (x_IO_error_handler); |
3222 | 3222 |
3223 #ifndef WINDOWSNT | 3223 #ifndef WIN32_NATIVE |
3224 XtAppAddInput (Xt_app_con, signal_event_pipe[0], | 3224 XtAppAddInput (Xt_app_con, signal_event_pipe[0], |
3225 (XtPointer) (XtInputReadMask /* | XtInputExceptMask */), | 3225 (XtPointer) (XtInputReadMask /* | XtInputExceptMask */), |
3226 Xt_what_callback, 0); | 3226 Xt_what_callback, 0); |
3227 #endif | 3227 #endif |
3228 | 3228 |