From: Richard M. Stallman Date: Mon, 5 Aug 1996 19:46:39 +0000 (+0000) Subject: (EmacsFrameSetCharSize): Call do_pending_window_change. X-Git-Tag: emacs-19.34~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fbf6bf47f0f44e99e0107fcb7ee5203746d4f0e2;p=emacs.git (EmacsFrameSetCharSize): Call do_pending_window_change. --- diff --git a/src/widget.c b/src/widget.c index 6358a067ed8..ae5159ad3cb 100644 --- a/src/widget.c +++ b/src/widget.c @@ -951,6 +951,8 @@ EmacsFrameSetCharSize (widget, columns, rows) update_hints_inhibit = 0; update_wm_hints (ew); + do_pending_window_change (); + /* These seem to get clobbered. I don't know why. - rms. */ f->output_data.x->widget->core.x = old_left; f->output_data.x->widget->core.y = old_top;