From: Gerd Moellmann Date: Fri, 29 Sep 2000 13:21:16 +0000 (+0000) Subject: (updating_frame): Declare extern. X-Git-Tag: emacs-pretest-21.0.90~1283 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe01239f47a611090711cb2c52079fd7f635c605;p=emacs.git (updating_frame): Declare extern. --- diff --git a/src/ChangeLog b/src/ChangeLog index e3d7a96d8db..d1b81ec215d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2000-09-29 Gerd Moellmann + + * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar + disappears. + + * dispextern.h (updating_frame): Declare extern. + 2000-09-29 Andreas Schwab * 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; 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. */