Mercurial > hg > xemacs-beta
comparison src/event-Xt.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 | 8626e4521993 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
381:908a86f940e6 | 382:064ab7fed2e0 |
---|---|
1754 completed_timeouts = completed_timeouts->next; | 1754 completed_timeouts = completed_timeouts->next; |
1755 emacs_event->event_type = timeout_event; | 1755 emacs_event->event_type = timeout_event; |
1756 /* timeout events have nil as channel */ | 1756 /* timeout events have nil as channel */ |
1757 emacs_event->timestamp = 0; /* #### wrong!! */ | 1757 emacs_event->timestamp = 0; /* #### wrong!! */ |
1758 emacs_event->event.timeout.interval_id = timeout->id; | 1758 emacs_event->event.timeout.interval_id = timeout->id; |
1759 emacs_event->event.timeout.function = Qnil; | |
1760 emacs_event->event.timeout.object = Qnil; | |
1759 Blocktype_free (the_Xt_timeout_blocktype, timeout); | 1761 Blocktype_free (the_Xt_timeout_blocktype, timeout); |
1760 } | 1762 } |
1761 | 1763 |
1762 | 1764 |
1763 /************************************************************************/ | 1765 /************************************************************************/ |