changeset 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 4a675a6a15c8
children e08f1f9b87ef
files src/widget.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/widget.c	Mon Aug 05 07:18:48 1996 +0000
+++ b/src/widget.c	Mon Aug 05 19:46:39 1996 +0000
@@ -951,6 +951,8 @@
       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;