aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-03-31 08:33:38 +0000
committerRichard M. Stallman1994-03-31 08:33:38 +0000
commit0dee3c4dc9085c2401b7e877f235e925d6ce242f (patch)
tree158122054f787ffbd8d25244bce3ffbf009fdf2a /src
parentdc6ace1268f4ff88d0bcbc12db65c7a4bdea2f3c (diff)
downloademacs-0dee3c4dc9085c2401b7e877f235e925d6ce242f.tar.gz
emacs-0dee3c4dc9085c2401b7e877f235e925d6ce242f.zip
(frame_up_to_date_hook): Declared.
Diffstat (limited to 'src')
-rw-r--r--src/termhooks.h4
1 files changed, 4 insertions, 0 deletions
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 */ );
183 183
184/* Input queue declarations and hooks. */ 184/* Input queue declarations and hooks. */
185 185
186/* Called to read input events. */
186extern int (*read_socket_hook) (); 187extern int (*read_socket_hook) ();
187 188
189/* Called when a frame's display becomes entirely up to date. */
190extern int (*frame_up_to_date_hook) ();
191
188/* Expedient hack: only provide the below definitions to files that 192/* Expedient hack: only provide the below definitions to files that
189 are prepared to handle lispy things. XINT is defined iff lisp.h 193 are prepared to handle lispy things. XINT is defined iff lisp.h
190 has been included before this file. */ 194 has been included before this file. */