comparison src/event-tty.c @ 382:064ab7fed2e0 r21-2-6

Import from CVS: tag r21-2-6
author cvs
date Mon, 13 Aug 2007 11:07:39 +0200
parents c5d627a313b1
children 1f50e6fe4f3f
comparison
equal deleted inserted replaced
381:908a86f940e6 382:064ab7fed2e0
69 emacs_event->event_type = timeout_event; 69 emacs_event->event_type = timeout_event;
70 /* timeout events have nil as channel */ 70 /* timeout events have nil as channel */
71 emacs_event->timestamp = 0; /* #### */ 71 emacs_event->timestamp = 0; /* #### */
72 emacs_event->event.timeout.interval_id = 72 emacs_event->event.timeout.interval_id =
73 pop_low_level_timeout (&tty_timer_queue, 0); 73 pop_low_level_timeout (&tty_timer_queue, 0);
74 emacs_event->event.timeout.function = Qnil;
75 emacs_event->event.timeout.object = Qnil;
74 } 76 }
75 77
76 78
77 79
78 static int 80 static int