comparison src/xdisp.c @ 3516:f1ca34ddfd84

(redisplay, echo_area_display): Use redraw_garbaged_frames.
author Richard M. Stallman <rms@gnu.org>
date Sun, 06 Jun 1993 06:46:06 +0000
parents 1173bc4814da
children 7d077274d4bb
comparison
equal deleted inserted replaced
3515:9d0af0f2dc0d 3516:f1ca34ddfd84
310 if (! FRAME_VISIBLE_P (f)) 310 if (! FRAME_VISIBLE_P (f))
311 return; 311 return;
312 312
313 if (frame_garbaged) 313 if (frame_garbaged)
314 { 314 {
315 Fredraw_display (); 315 redraw_garbaged_frames ();
316 frame_garbaged = 0; 316 frame_garbaged = 0;
317 } 317 }
318 318
319 if (echo_area_glyphs || minibuf_level == 0) 319 if (echo_area_glyphs || minibuf_level == 0)
320 { 320 {
392 /* Notice any pending interrupt request to change frame size. */ 392 /* Notice any pending interrupt request to change frame size. */
393 do_pending_window_change (); 393 do_pending_window_change ();
394 394
395 if (frame_garbaged) 395 if (frame_garbaged)
396 { 396 {
397 Fredraw_display (); 397 redraw_garbaged_frames ();
398 frame_garbaged = 0; 398 frame_garbaged = 0;
399 } 399 }
400 400
401 /* Normally the message* functions will have already displayed and 401 /* Normally the message* functions will have already displayed and
402 updated the echo area, but the frame may have been trashed, or 402 updated the echo area, but the frame may have been trashed, or