# HG changeset patch # User Gerd Moellmann # Date 970233564 0 # Node ID 41462e5132314165c9d60d75eef6d45fd7367561 # Parent d862c73ea0d50f7d70f59f7a3bbb16bea620c48d (updating_frame): Declare extern. diff -r d862c73ea0d5 -r 41462e513231 src/dispextern.h --- 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. */