aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index dccd380b2e8..5c0d3ec5f6a 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -10634,6 +10634,13 @@ x_create_tip_frame (dpyinfo, parms)
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;