]> git.eshelyaron.com Git - emacs.git/commitdiff
(updating_frame): Declare extern.
authorGerd Moellmann <gerd@gnu.org>
Fri, 29 Sep 2000 13:21:16 +0000 (13:21 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 29 Sep 2000 13:21:16 +0000 (13:21 +0000)
src/ChangeLog
src/dispextern.h

index e3d7a96d8dbcf2801db96f8eb5c49ecc18eedf38..d1b81ec215d73b572f9ab8fa9b339192b8e27de4 100644 (file)
@@ -1,3 +1,10 @@
+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.
index fbb86f21359bfb12f9c3cde4c094ab5b260b7bfa..22d2530244e7ea862bbd0479087aa4b6c46af23e 100644 (file)
@@ -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.  */