Mercurial > emacs
changeset 32000:41462e513231
(updating_frame): Declare extern.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 29 Sep 2000 13:19:24 +0000 |
parents | d862c73ea0d5 |
children | 702581365b4c |
files | src/dispextern.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Fri Sep 29 13:18:44 2000 +0000 +++ b/src/dispextern.h Fri Sep 29 13:19:24 2000 +0000 @@ -851,6 +851,10 @@ 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. */