Mercurial > hg > xemacs-beta
comparison src/events.h @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | cca96a509cfe |
children | 6075d714658b |
comparison
equal
deleted
inserted
replaced
174:bb3568571b84 | 175:2d532a89d707 |
---|---|
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 | |
518 extern int emacs_is_blocking; | 520 extern int emacs_is_blocking; |
519 | 521 |
520 extern Lisp_Object Vcontrolling_terminal; | 522 extern Lisp_Object Vcontrolling_terminal; |
521 | 523 |
522 extern volatile int sigint_happened; | 524 extern volatile int sigint_happened; |