aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1999-08-02 00:01:05 +0000
committerRichard M. Stallman1999-08-02 00:01:05 +0000
commit79e03a85f998391ff990c79133a1b89798262cf1 (patch)
tree62d5bcf88a0f448bfc438954a0e33d06e0826997 /src
parentfddd5cebcc556867de1356e641cd76c3869c78b4 (diff)
downloademacs-79e03a85f998391ff990c79133a1b89798262cf1.tar.gz
emacs-79e03a85f998391ff990c79133a1b89798262cf1.zip
(EmacsFrameSetCharSize): Don't call do_pending_window_change here.
Diffstat (limited to 'src')
-rw-r--r--src/widget.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/widget.c b/src/widget.c
index 905c8738c5e..447fc260e00 100644
--- a/src/widget.c
+++ b/src/widget.c
@@ -973,8 +973,6 @@ EmacsFrameSetCharSize (widget, columns, rows)
973 update_hints_inhibit = 0; 973 update_hints_inhibit = 0;
974 update_wm_hints (ew); 974 update_wm_hints (ew);
975 975
976 do_pending_window_change ();
977
978 /* These seem to get clobbered. I don't know why. - rms. */ 976 /* These seem to get clobbered. I don't know why. - rms. */
979 f->output_data.x->widget->core.x = old_left; 977 f->output_data.x->widget->core.x = old_left;
980 f->output_data.x->widget->core.y = old_top; 978 f->output_data.x->widget->core.y = old_top;