summaryrefslogtreecommitdiff
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-09-29 13:19:24 +0000
committerGerd Moellmann <gerd@gnu.org>2000-09-29 13:19:24 +0000
commit6822e6ea7808c771b0494c3e81e27a082d286c01 (patch)
tree923274681c6ad6ba5e0f82cbd4f63defb4f49042 /src/dispextern.h
parent109d133c046c4324ecc6bea959fd5978306db50f (diff)
downloademacs-6822e6ea7808c771b0494c3e81e27a082d286c01.tar.gz
(updating_frame): Declare extern.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h4
1 files changed, 4 insertions, 0 deletions
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. */