comparison src/w32fns.c @ 69444:0cda2ccadb8a

(Fx_create_frame): Remove call to Qface_set_after_frame_default. (from xfns.c 2003-05-26)
author Jason Rumney <jasonr@gnu.org>
date Sun, 12 Mar 2006 17:08:48 +0000
parents 46a8c3e0161d
children eb2730e56d3b a802c5505156
comparison
equal deleted inserted replaced
69443:c5278c858018 69444:0cda2ccadb8a
4367 bar so that its size can be taken into account. */ 4367 bar so that its size can be taken into account. */
4368 BLOCK_INPUT; 4368 BLOCK_INPUT;
4369 x_wm_set_size_hint (f, window_prompting, 0); 4369 x_wm_set_size_hint (f, window_prompting, 0);
4370 UNBLOCK_INPUT; 4370 UNBLOCK_INPUT;
4371 4371
4372 /* Avoid a bug that causes the new frame to never become visible if
4373 an echo area message is displayed during the following call1. */
4374 specbind(Qredisplay_dont_pause, Qt);
4375
4376 /* Set up faces after all frame parameters are known. This call
4377 also merges in face attributes specified for new frames. If we
4378 don't do this, the `menu' face for instance won't have the right
4379 colors, and the menu bar won't appear in the specified colors for
4380 new frames. */
4381 call1 (Qface_set_after_frame_default, frame);
4382
4383 /* Make the window appear on the frame and enable display, unless 4372 /* Make the window appear on the frame and enable display, unless
4384 the caller says not to. However, with explicit parent, Emacs 4373 the caller says not to. However, with explicit parent, Emacs
4385 cannot control visibility, so don't try. */ 4374 cannot control visibility, so don't try. */
4386 if (! f->output_data.w32->explicit_parent) 4375 if (! f->output_data.w32->explicit_parent)
4387 { 4376 {