# HG changeset patch # User Richard M. Stallman # Date 1017532084 0 # Node ID 13c043393136fb89b7a58e5fb254d5667a78302c # Parent e05f4496fa338a88cf91a88dc68eccae9ae7019b (set_frame_size): Don't call change_frame_size. diff -r e05f4496fa33 -r 13c043393136 src/widget.c --- a/src/widget.c Sat Mar 30 11:55:37 2002 +0000 +++ b/src/widget.c Sat Mar 30 23:48:04 2002 +0000 @@ -436,7 +436,11 @@ x_compute_fringe_widths (frame, 0); +#if 0 /* This can run Lisp code, and it is dangerous to give + out the frame to Lisp code before it officially exists. + This is handled in Fx_create_frame so not needed here. */ change_frame_size (frame, h, w, 1, 0, 0); +#endif char_to_pixel_size (ew, w, h, &pixel_width, &pixel_height); ew->core.width = pixel_width; ew->core.height = pixel_height;