comparison src/frame.c @ 27725:fb13a4706619

(make_frame): Set frame initiallly to `garbaged'.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 17 Feb 2000 09:17:56 +0000
parents ab6c81c6edf8
children 83292274bbd4
comparison
equal deleted inserted replaced
27724:ad0510be24fe 27725:fb13a4706619
309 f->async_iconified = 0; 309 f->async_iconified = 0;
310 f->wants_modeline = 1; 310 f->wants_modeline = 1;
311 f->auto_raise = 0; 311 f->auto_raise = 0;
312 f->auto_lower = 0; 312 f->auto_lower = 0;
313 f->no_split = 0; 313 f->no_split = 0;
314 f->garbaged = 0; 314 f->garbaged = 1;
315 f->has_minibuffer = mini_p; 315 f->has_minibuffer = mini_p;
316 f->focus_frame = Qnil; 316 f->focus_frame = Qnil;
317 f->explicit_name = 0; 317 f->explicit_name = 0;
318 f->can_have_scroll_bars = 0; 318 f->can_have_scroll_bars = 0;
319 f->vertical_scroll_bar_type = vertical_scroll_bar_none; 319 f->vertical_scroll_bar_type = vertical_scroll_bar_none;