comparison src/dispextern.h @ 83230:d8738586aaec

Remove remaining references to updating_frame. * src/dispextern.h (updated_window): Remove comment reference to updating_frame. * src/dispnew.c (update_window): Remove bogus xassert. * src/xterm.c: (x_clear_frame): Update comment. (x_draw_window_cursor): Remove reference to updating_frame. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-270
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 28 Nov 2004 14:39:06 +0000
parents 2a3f27a45698
children 549734260e34
comparison
equal deleted inserted replaced
83229:b8f2149f9c3d 83230:d8738586aaec
1011 /* A glyph for a space. */ 1011 /* A glyph for a space. */
1012 1012
1013 extern struct glyph space_glyph; 1013 extern struct glyph space_glyph;
1014 1014
1015 /* Window being updated by update_window. This is non-null as long as 1015 /* Window being updated by update_window. This is non-null as long as
1016 update_window has not finished, and null otherwise. It's role is 1016 update_window has not finished, and null otherwise. */
1017 analogous to updating_frame. */
1018 1017
1019 extern struct window *updated_window; 1018 extern struct window *updated_window;
1020 1019
1021 /* Glyph row and area updated by update_window_line. */ 1020 /* Glyph row and area updated by update_window_line. */
1022 1021