X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fevent-unixoid.c;h=1bfd82cc6ec01cbc766cf2f7d180c8237701b010;hp=9033ebf422f46295d0538bad1426c0b8e54ca4bf;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 diff --git a/src/event-unixoid.c b/src/event-unixoid.c index 9033ebf..1bfd82c 100644 --- a/src/event-unixoid.c +++ b/src/event-unixoid.c @@ -71,7 +71,7 @@ int signal_event_pipe_initialized; int fake_event_occurred; int -read_event_from_tty_or_stream_desc (struct Lisp_Event *event, +read_event_from_tty_or_stream_desc (Lisp_Event *event, struct console *con, int fd) { unsigned char ch; @@ -174,7 +174,7 @@ event_stream_unixoid_unselect_console (struct console *con) } static int -get_process_infd (struct Lisp_Process *p) +get_process_infd (Lisp_Process *p) { Lisp_Object instr, outstr; get_process_streams (p, &instr, &outstr); @@ -183,7 +183,7 @@ get_process_infd (struct Lisp_Process *p) } int -event_stream_unixoid_select_process (struct Lisp_Process *proc) +event_stream_unixoid_select_process (Lisp_Process *proc) { int infd = get_process_infd (proc); @@ -194,7 +194,7 @@ event_stream_unixoid_select_process (struct Lisp_Process *proc) } int -event_stream_unixoid_unselect_process (struct Lisp_Process *proc) +event_stream_unixoid_unselect_process (Lisp_Process *proc) { int infd = get_process_infd (proc);