comparison src/widget.c @ 15827:10d82268090b

(EmacsFrameSetCharSize): Call do_pending_window_change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 05 Aug 1996 19:46:39 +0000
parents 8704666feefd
children 0a31bd9ca4bb
comparison
equal deleted inserted replaced
15826:4a675a6a15c8 15827:10d82268090b
949 lw_refigure_widget (f->output_data.x->column_widget, True); 949 lw_refigure_widget (f->output_data.x->column_widget, True);
950 950
951 update_hints_inhibit = 0; 951 update_hints_inhibit = 0;
952 update_wm_hints (ew); 952 update_wm_hints (ew);
953 953
954 do_pending_window_change ();
955
954 /* These seem to get clobbered. I don't know why. - rms. */ 956 /* These seem to get clobbered. I don't know why. - rms. */
955 f->output_data.x->widget->core.x = old_left; 957 f->output_data.x->widget->core.x = old_left;
956 f->output_data.x->widget->core.y = old_top; 958 f->output_data.x->widget->core.y = old_top;
957 } 959 }
958 960