long window_prompting = 0;
int width, height;
int count = specpdl_ptr - specpdl;
+ struct gcpro gcpro1;
check_x ();
}
XSET (frame, Lisp_Frame, f);
+ GCPRO1 (frame);
+
f->output_method = output_x_window;
f->display.x = (struct x_display *) xmalloc (sizeof (struct x_display));
bzero (f->display.x, sizeof (struct x_display));
tem = x_get_arg (parms, Qunsplittable, 0, 0, boolean);
f->no_split = minibuffer_only || EQ (tem, Qt);
+ UNGCPRO;
+
/* It is now ok to make the frame official
even if we get an error below.
And the frame needs to be on Vframe_list