comparison src/dispnew.c @ 34944:4fc804373f2a

(update_window): Don't check_current_matrix_flags.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 02 Jan 2001 10:26:28 +0000
parents b116257b3b28
children 670f8ab148ea
comparison
equal deleted inserted replaced
34943:67ec449a2b50 34944:4fc804373f2a
4118 } 4118 }
4119 else 4119 else
4120 paused_p = 1; 4120 paused_p = 1;
4121 4121
4122 #if GLYPH_DEBUG 4122 #if GLYPH_DEBUG
4123 check_current_matrix_flags (w); 4123 /* check_current_matrix_flags (w); */
4124 add_window_display_history (w, w->current_matrix->method, paused_p); 4124 add_window_display_history (w, w->current_matrix->method, paused_p);
4125 #endif 4125 #endif
4126 4126
4127 clear_glyph_matrix (desired_matrix); 4127 clear_glyph_matrix (desired_matrix);
4128 4128