From: Richard M. Stallman Date: Thu, 31 Mar 1994 08:33:38 +0000 (+0000) Subject: (frame_up_to_date_hook): Declared. X-Git-Tag: emacs-19.34~9250 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0dee3c4dc9085c2401b7e877f235e925d6ce242f;p=emacs.git (frame_up_to_date_hook): Declared. --- diff --git a/src/termhooks.h b/src/termhooks.h index 65abf51dc1a..e20a8fea5ed 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -183,8 +183,12 @@ extern void (*judge_scroll_bars_hook)( /* FRAME_PTR *FRAME */ ); /* 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. */