Mercurial > hg > xemacs-beta
comparison src/events.h @ 432:3a7e78e1142d r21-2-24
Import from CVS: tag r21-2-24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:29:58 +0200 |
parents | 3ecd8885ac67 |
children | 8de8e3f6228a |
comparison
equal
deleted
inserted
replaced
431:a97165e56215 | 432:3a7e78e1142d |
---|---|
435 #endif | 435 #endif |
436 }; | 436 }; |
437 | 437 |
438 struct Lisp_Timeout | 438 struct Lisp_Timeout |
439 { | 439 { |
440 struct lcrecord_header header; | 440 struct lcrecord_header header; |
441 int id; /* Id we use to identify the timeout over its lifetime */ | 441 int id; /* Id we use to identify the timeout over its lifetime */ |
442 int interval_id; /* Id for this particular interval; this may | 442 int interval_id; /* Id for this particular interval; this may |
443 be different each time the timeout is | 443 be different each time the timeout is |
444 signalled.*/ | 444 signalled.*/ |
445 Lisp_Object function, object; /* Function and object associated | 445 Lisp_Object function, object; /* Function and object associated |