Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0dee3c4d
Commit
0dee3c4d
authored
Mar 31, 1994
by
Richard M. Stallman
Browse files
(frame_up_to_date_hook): Declared.
parent
dc6ace12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/termhooks.h
src/termhooks.h
+4
-0
No files found.
src/termhooks.h
View file @
0dee3c4d
...
...
@@ -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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment