comparison src/xfns.c @ 35042:3088c9745e92

(x_create_tip_frame): Call face-set-after-frame-default, like in Fx_create_frame.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 04 Jan 2001 13:55:37 +0000
parents 05c36b1fa618
children 7ca0048f8615
comparison
equal deleted inserted replaced
35041:bc813ec7a28d 35042:3088c9745e92
10632 height = f->height; 10632 height = f->height;
10633 f->height = 0; 10633 f->height = 0;
10634 SET_FRAME_WIDTH (f, 0); 10634 SET_FRAME_WIDTH (f, 0);
10635 change_frame_size (f, height, width, 1, 0, 0); 10635 change_frame_size (f, height, width, 1, 0, 0);
10636 10636
10637 /* Set up faces after all frame parameters are known. This call
10638 also merges in face attributes specified for new frames. If we
10639 don't do this, the `menu' face for instance won't have the right
10640 colors, and the menu bar won't appear in the specified colors for
10641 new frames. */
10642 call1 (Qface_set_after_frame_default, frame);
10643
10637 f->no_split = 1; 10644 f->no_split = 1;
10638 10645
10639 UNGCPRO; 10646 UNGCPRO;
10640 10647
10641 /* It is now ok to make the frame official even if we get an error 10648 /* It is now ok to make the frame official even if we get an error