Mercurial > emacs
changeset 25151:6ad585efe29d
(EmacsFrameSetCharSize): Don't call do_pending_window_change here.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 Aug 1999 00:01:05 +0000 |
parents | 1c02364724aa |
children | 1e90b09cc90e |
files | src/widget.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/widget.c Mon Aug 02 00:00:14 1999 +0000 +++ b/src/widget.c Mon Aug 02 00:01:05 1999 +0000 @@ -973,8 +973,6 @@ 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;