aboutsummaryrefslogtreecommitdiffstats
path: root/src/widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.c')
-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;