summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-08-05 19:46:39 +0000
committerRichard M. Stallman <rms@gnu.org>1996-08-05 19:46:39 +0000
commit55f932309cd543beb4e2b923928d784516b419ad (patch)
treeab7953242f4ab59bf5925a2e70322fd5dc85919c
parentf8a8423a630cc42b7c742a38666de47c0f8772ec (diff)
downloademacs-55f932309cd543beb4e2b923928d784516b419ad.tar.gz
(EmacsFrameSetCharSize): Call do_pending_window_change.
-rw-r--r--src/widget.c2
1 files changed, 2 insertions, 0 deletions
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;