From: Richard M. Stallman Date: Mon, 29 Jan 1996 04:53:39 +0000 (+0000) Subject: (event_kind): New event type: timer_event. X-Git-Tag: emacs-19.34~1453 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b962d6c6ab44a0b911494aaea6d661401be3ed20;p=emacs.git (event_kind): New event type: timer_event. --- diff --git a/src/termhooks.h b/src/termhooks.h index 314129c209e..bd1fdc369e5 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -220,6 +220,7 @@ enum event_kind which the key was typed. .timestamp gives a timestamp (in milliseconds) for the keystroke. */ + timer_event, /* A timer fired. */ mouse_click, /* The button number is in .code; it must be >= 0 and < NUM_MOUSE_BUTTONS, defined below.