Mercurial > hg > xemacs-beta
comparison src/events.h @ 177:6075d714658b r20-3b15
Import from CVS: tag r20-3b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:51:16 +0200 |
parents | 2d532a89d707 |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
176:6866abce6aaf | 177:6075d714658b |
---|---|
513 int event_stream_unixoid_unselect_process (struct Lisp_Process *proc); | 513 int event_stream_unixoid_unselect_process (struct Lisp_Process *proc); |
514 int read_event_from_tty_or_stream_desc (struct Lisp_Event *event, | 514 int read_event_from_tty_or_stream_desc (struct Lisp_Event *event, |
515 struct console *c, int fd); | 515 struct console *c, int fd); |
516 #endif /* HAVE_UNIXOID_EVENT_LOOP */ | 516 #endif /* HAVE_UNIXOID_EVENT_LOOP */ |
517 | 517 |
518 void event_menu_accelerate (void); | |
519 | |
520 extern int emacs_is_blocking; | 518 extern int emacs_is_blocking; |
521 | 519 |
522 extern Lisp_Object Vcontrolling_terminal; | 520 extern Lisp_Object Vcontrolling_terminal; |
523 | 521 |
524 extern volatile int sigint_happened; | 522 extern volatile int sigint_happened; |