aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-08-05 19:46:39 +0000
committerRichard M. Stallman1996-08-05 19:46:39 +0000
commitfbf6bf47f0f44e99e0107fcb7ee5203746d4f0e2 (patch)
tree86174a1870a76b323d861febbded08965b4b3f62 /src
parentb80778111e6bb1edf8aae6902050be7111dc9777 (diff)
downloademacs-fbf6bf47f0f44e99e0107fcb7ee5203746d4f0e2.tar.gz
emacs-fbf6bf47f0f44e99e0107fcb7ee5203746d4f0e2.zip
(EmacsFrameSetCharSize): Call do_pending_window_change.
Diffstat (limited to 'src')
-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)
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;