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
fe01239f
Commit
fe01239f
authored
Sep 29, 2000
by
Gerd Moellmann
Browse files
(updating_frame): Declare extern.
parent
ccba751c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
src/ChangeLog
src/ChangeLog
+7
-0
src/dispextern.h
src/dispextern.h
+4
-0
No files found.
src/ChangeLog
View file @
fe01239f
2000-09-29 Gerd Moellmann <gerd@gnu.org>
* xfns.c (x_set_tool_bar_lines): Clear frame when tool bar
disappears.
* dispextern.h (updating_frame): Declare extern.
2000-09-29 Andreas Schwab <schwab@suse.de>
* m/ia64.h: Remove hack of not prototyping bcopy, etc.
...
...
src/dispextern.h
View file @
fe01239f
...
...
@@ -851,6 +851,10 @@ extern int fonts_changed_p;
extern
struct
glyph
space_glyph
;
/* Frame being updated by update_window/update_frame. */
extern
struct
frame
*
updating_frame
;
/* Window being updated by update_window. This is non-null as long as
update_window has not finished, and null otherwise. It's role is
analogous to updating_frame. */
...
...
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