From 55cc089c5b6c7f76b8710fc3310d7c627a5556ff Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 3 Apr 1994 18:19:53 +0000 Subject: [PATCH] (frame_up_to_date_hook): Defined. --- src/term.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/term.c b/src/term.c index fb8e80fdd87..2d99fb95d58 100644 --- a/src/term.c +++ b/src/term.c @@ -93,6 +93,8 @@ int (*set_terminal_window_hook) (); int (*read_socket_hook) (); +int (*frame_up_to_date_hook) (); + /* Return the current position of the mouse. Set *f to the frame the mouse is in, or zero if the mouse is in no -- 2.39.5