Mercurial > hg > xemacs-beta
comparison src/event-unixoid.c @ 278:90d73dddcdc4 r21-0b37
Import from CVS: tag r21-0b37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:31:29 +0200 |
parents | c5d627a313b1 |
children | c42ec1d1cded |
comparison
equal
deleted
inserted
replaced
277:cfdf3ff11843 | 278:90d73dddcdc4 |
---|---|
68 | 68 |
69 /* This is used to terminate the select(), when an event came in | 69 /* This is used to terminate the select(), when an event came in |
70 through a signal (e.g. window-change or C-g on controlling TTY). */ | 70 through a signal (e.g. window-change or C-g on controlling TTY). */ |
71 int signal_event_pipe[2]; | 71 int signal_event_pipe[2]; |
72 | 72 |
73 static int signal_event_pipe_initialized; | 73 int signal_event_pipe_initialized; |
74 | 74 |
75 int fake_event_occurred; | 75 int fake_event_occurred; |
76 | 76 |
77 int | 77 int |
78 read_event_from_tty_or_stream_desc (struct Lisp_Event *event, | 78 read_event_from_tty_or_stream_desc (struct Lisp_Event *event, |