changeset 40512:d256f6fc9c05

(change_frame_size_1): Set frame's resized_p.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 30 Oct 2001 16:59:41 +0000
parents 35857e7683d8
children a250d2df3ec5
files src/dispnew.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Tue Oct 30 16:59:08 2001 +0000
+++ b/src/dispnew.c	Tue Oct 30 16:59:41 2001 +0000
@@ -5973,8 +5973,9 @@
   }
 
   adjust_glyphs (f);
+  calculate_costs (f);
   SET_FRAME_GARBAGED (f);
-  calculate_costs (f);
+  f->resized_p = 1;
 
   UNBLOCK_INPUT;