+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.
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. */