comparison src/xfns.c @ 51249:e57c833c7053

(Fx_create_frame): Don't call Qface_set_after_frame_default.
author John Paul Wallington <jpw@pobox.com>
date Mon, 26 May 2003 19:19:06 +0000
parents 29a68043c861
children ca63e0b1c55c
comparison
equal deleted inserted replaced
51248:e21b4eb91135 51249:e57c833c7053
3314 3314
3315 SET_FRAME_COLS (f, 0); 3315 SET_FRAME_COLS (f, 0);
3316 FRAME_LINES (f) = 0; 3316 FRAME_LINES (f) = 0;
3317 change_frame_size (f, height, width, 1, 0, 0); 3317 change_frame_size (f, height, width, 1, 0, 0);
3318 3318
3319 /* Set up faces after all frame parameters are known. This call
3320 also merges in face attributes specified for new frames. If we
3321 don't do this, the `menu' face for instance won't have the right
3322 colors, and the menu bar won't appear in the specified colors for
3323 new frames. */
3324 call1 (Qface_set_after_frame_default, frame);
3325
3326 #if defined (USE_X_TOOLKIT) || defined (USE_GTK) 3319 #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
3327 /* Create the menu bar. */ 3320 /* Create the menu bar. */
3328 if (!minibuffer_only && FRAME_EXTERNAL_MENU_BAR (f)) 3321 if (!minibuffer_only && FRAME_EXTERNAL_MENU_BAR (f))
3329 { 3322 {
3330 /* If this signals an error, we haven't set size hints for the 3323 /* If this signals an error, we haven't set size hints for the