comparison src/xdisp.c @ 25832:148a6733cd83

(resize_mini_window): Do nothing if frame is an X frame that hasn't been initialized yet.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 29 Sep 1999 19:59:16 +0000
parents a18595261196
children 42efd343a3f8
comparison
equal deleted inserted replaced
25831:f77459b629f4 25832:148a6733cd83
5488 int window_height_changed_p = 0; 5488 int window_height_changed_p = 0;
5489 5489
5490 xassert (MINI_WINDOW_P (w)); 5490 xassert (MINI_WINDOW_P (w));
5491 5491
5492 /* Nil means don't try to resize. */ 5492 /* Nil means don't try to resize. */
5493 if (NILP (Vmax_mini_window_height)) 5493 if (NILP (Vmax_mini_window_height)
5494 || (FRAME_X_P (f) && f->output_data.x == NULL))
5494 return 0; 5495 return 0;
5495 5496
5496 if (!FRAME_MINIBUF_ONLY_P (f)) 5497 if (!FRAME_MINIBUF_ONLY_P (f))
5497 { 5498 {
5498 struct it it; 5499 struct it it;