diff src/dispnew.c @ 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 bee6cc2e8a90
children cdfd4d09b79a
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;