Mercurial > emacs
changeset 6602:29fc276620b1
(frame_up_to_date_hook): Declared.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 31 Mar 1994 08:33:38 +0000 |
parents | fb0929970d84 |
children | ec7c89180b65 |
files | src/termhooks.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/termhooks.h Thu Mar 31 04:39:32 1994 +0000 +++ b/src/termhooks.h Thu Mar 31 08:33:38 1994 +0000 @@ -183,8 +183,12 @@ /* Input queue declarations and hooks. */ +/* Called to read input events. */ extern int (*read_socket_hook) (); +/* Called when a frame's display becomes entirely up to date. */ +extern int (*frame_up_to_date_hook) (); + /* Expedient hack: only provide the below definitions to files that are prepared to handle lispy things. XINT is defined iff lisp.h has been included before this file. */