diff options
| author | Gerd Moellmann | 2000-09-29 13:21:16 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-29 13:21:16 +0000 |
| commit | fe01239f47a611090711cb2c52079fd7f635c605 (patch) | |
| tree | 9bc6d5ae086467f678cefb13402522b39117e471 /src | |
| parent | ccba751c45860f1d0b8d352503df9426589b6c90 (diff) | |
| download | emacs-fe01239f47a611090711cb2c52079fd7f635c605.tar.gz emacs-fe01239f47a611090711cb2c52079fd7f635c605.zip | |
(updating_frame): Declare extern.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 | ||||
| -rw-r--r-- | src/dispextern.h | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e3d7a96d8db..d1b81ec215d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2000-09-29 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar | ||
| 4 | disappears. | ||
| 5 | |||
| 6 | * dispextern.h (updating_frame): Declare extern. | ||
| 7 | |||
| 1 | 2000-09-29 Andreas Schwab <schwab@suse.de> | 8 | 2000-09-29 Andreas Schwab <schwab@suse.de> |
| 2 | 9 | ||
| 3 | * m/ia64.h: Remove hack of not prototyping bcopy, etc. | 10 | * m/ia64.h: Remove hack of not prototyping bcopy, etc. |
diff --git a/src/dispextern.h b/src/dispextern.h index fbb86f21359..22d2530244e 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -851,6 +851,10 @@ extern int fonts_changed_p; | |||
| 851 | 851 | ||
| 852 | extern struct glyph space_glyph; | 852 | extern struct glyph space_glyph; |
| 853 | 853 | ||
| 854 | /* Frame being updated by update_window/update_frame. */ | ||
| 855 | |||
| 856 | extern struct frame *updating_frame; | ||
| 857 | |||
| 854 | /* Window being updated by update_window. This is non-null as long as | 858 | /* Window being updated by update_window. This is non-null as long as |
| 855 | update_window has not finished, and null otherwise. It's role is | 859 | update_window has not finished, and null otherwise. It's role is |
| 856 | analogous to updating_frame. */ | 860 | analogous to updating_frame. */ |